worldToLocal Method
Return fractional coordinates of point within the range.
- returns undefined if the range is null.
- returns undefined if any direction (x,y,z) has zero length
worldToLocal(point: Readonly<WritableXYAndZ>, result?: Point3d): undefined | Point3d
Parameter | Type | Description |
---|---|---|
point | Readonly<WritableXYAndZ> | |
result | Point3d |
Returns - undefined | Point3d
Defined in
- geometry3d/Range.ts Line 568
Last Updated: 08 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.