API Reference > geometry-core > CartesianGeometry > Transform > initFromRange initFromRange MethodStatic Initialize transforms that map each direction of a box (axis aligned) to [0,1]. initFromRange(min: Point3d, max: Point3d, npcToGlobal?: Transform, globalToNpc?: Transform): void Parameter Type Description min Point3d the "000" corner of the box max Point3d the "111" corner of the box npcToGlobal Transform (object created by caller, re-initialized) transform that carries 01 coordinates into the min,max box. globalToNpc Transform (object created by caller, re-initialized) transform that carries world coordinates into 01 Returns - void Defined in core/geometry/src/geometry3d/Transform.ts Line 603 Last Updated: 13 June, 2024