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