worldToView4d Method
Convert a point from CoordSystem.World to CoordSystem.View as Point4d
worldToView4d(input: Readonly<WritableXYAndZ>, out?: Point4d): Point4d
| Parameter | Type | Description | 
|---|---|---|
| input | Readonly<WritableXYAndZ> | the point to convert | 
| out | Point4d | optional location for result. If undefined, a new Point4d is created. | 
Returns - Point4d
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.