Module: geom
Interfaces
Type Aliases
AffineTransform
Ƭ AffineTransform: number[][]
Object representing an affine transformation 2x3 matrix.
CoordinateType
Ƭ CoordinateType: "relative" | "canvas"
Type of a point's coordinate system.
PointConverter
Ƭ PointConverter: (point: Point) =>
Point
Type declaration
▸ (point): Point
Converts a point between two coordinate system.
Parameters
| Name | Type |
|---|---|
point |
Point |
Returns