API Reference > geometry-core > CartesianGeometry > Range3d > worldToLocal 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: Point3d, result?: Point3d): Point3d | undefined Parameter Type Description point Point3d result Point3d Returns - Point3d | undefined Defined in core/geometry/src/geometry3d/Range.ts Line 473 Last Updated: 13 June, 2024