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
Converts a point between two coordinate system.
Type declaration
▸ (point
): Point
Parameters
Name | Type |
---|---|
point |
Point |
Returns