API Reference > geometry-core > Numerics > Matrix4d > createBoxToBox createBoxToBox MethodStatic Create a mapping the scales and translates (no rotation) from box A to boxB createBoxToBox(lowA: Point3d, highA: Point3d, lowB: Point3d, highB: Point3d, result?: Matrix4d): Matrix4d | undefined Parameter Type Description lowA Point3d low point of box A highA Point3d high point of box A lowB Point3d low point of box B highB Point3d high point of box B result Matrix4d Returns - Matrix4d | undefined Defined in core/geometry/src/geometry4d/Matrix4d.ts Line 198 Last Updated: 13 June, 2024