multiplyInversePoint3dAsPoint2d Method

Multiply the point by the inverse Transform, and return its xy-coordinates.

multiplyInversePoint3dAsPoint2d(point: Readonly<WritableXYAndZ>, result?: Point2d): undefined | Point2d

@returns xy-coordinates of the transformed point, or undefined if the instance is singular.

@see multiplyInversePoint3d

Parameter Type Description
point Readonly<WritableXYAndZ> point to transform
result Point2d optional pre-allocated result to populate and return

Returns - undefined | Point2d

xy-coordinates of the transformed point, or undefined if the instance is singular.

Defined in

Last Updated: 06 December, 2025