Skip to content
On this page

module useScreenPoints.ts

function useScreenPoints

ts
(points: MaybeRef<Point[]>, xScaler: LinearScaler, yScaler:
LinearScaler) => { screenPoints: ComputedRef<NumericPoint[]>; }

Parameters

Returns { screenPoints: ComputedRef<NumericPoint[]>; }

Released under the MIT License.