sendPointToPlane
sendPointToPlane(
point
,from
?,to
?):Point
Parameters
• point: Point
• from?: TMat2D
= iMatrix
plane matrix containing object. Passing undefined
is equivalent to passing the identity matrix, which means point
exists in the canvas coordinate plane.
• to?: TMat2D
= iMatrix
destination plane matrix to contain object. Passing undefined
means point
should be sent to the canvas coordinate plane.
Returns
transformed point