multiplyInverseXYZAsPoint2d Method
Multiply the point by the inverse matrix, and return its xy-coordinates.
multiplyInverseXYZAsPoint2d(x: number, y: number, z: number, result?: Point2d): undefined | Point2d
@returns xy-coordinates of the transformed point, or undefined if the instance is singular.
@see multiplyInverseXYZAsPoint3d
| Parameter | Type | Description |
|---|---|---|
| x | number | |
| y | number | |
| z | number | |
| 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
- geometry3d/Matrix3d.ts Line 2093
Last Updated: 10 December, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.