localToWorld Method
Return a point given by fractional positions on the XYZ axes.
- Returns undefined if the range is null.
localToWorld(xyz: XYAndZ, result?: Point3d): Point3d | undefined
| Parameter | Type | Description |
|---|---|---|
| xyz | XYAndZ | |
| result | Point3d |
Returns - Point3d | undefined
Defined in
- geometry3d/Range.ts Line 550
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.