originPlusMatrixTimesXY Method
Compute origin + the matrix * [x,y,0].
originPlusMatrixTimesXY(origin: XYZ, x: number, y: number, result?: Point3d): Point3d
| Parameter | Type | Description |
|---|---|---|
| origin | XYZ | |
| x | number | |
| y | number | |
| result | Point3d | the Point3d result (optional) |
Returns - Point3d
Defined in
- geometry3d/Matrix3d.ts Line 1934
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.