Skip to content

transformPoint

transformPoint(p, t, ignoreOffset?): Point

Defined in: src/util/misc/matrix.ts:46

Apply transform t to point p

XY

The point to transform

TMat2D

The transform

boolean

Indicates that the offset should not be applied

Point

The transformed point