Module box3d

Source

Structs§

Box3D
An axis aligned 3D box represented by its minimum and maximum coordinates.

Functions§

box3d
Shorthand for Box3D::new(Point3D::new(x1, y1, z1), Point3D::new(x2, y2, z2)).