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): undefined | Point3d

Parameter Type Description
point Point3d  
result Point3d  

Returns - undefined | Point3d

Defined in

Last Updated: 19 April, 2024