UNPKG

@thi.ng/imgui

Version:

Immediate mode GUI with flexible state handling & data only shape output

3 lines 243 B
import type { ReadonlyVec } from "@thi.ng/vectors"; export declare const dialVal: (p: ReadonlyVec, origin: ReadonlyVec, startTheta: number, thetaGap: number, min: number, max: number, prec: number) => number; //# sourceMappingURL=dial.d.ts.map