Module euclid::box3d

source ·

Structs

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

Functions

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