transformPoint(p, t, ignoreOffset?): Point
Parameters
• p: XY
The point to transform
• t: TMat2D
The transform
• ignoreOffset?: boolean
Indicates that the offset should not be applied
Returns
Point
The transformed point
Defined in
src/util/misc/matrix.ts:46