Expand description
Items related to cube geometry.
The main type is the Cuboid
type.
Structs
- An iterator yielding each corner of a cuboid in the following order.
- A light-weight
Cuboid
type with many helper and utility methods. - An iterator yielding each face of a cuboid as a quad.
- An iterator yielding the faces of a cuboid as per their ordering.
- The three ranges that make up the 8 subdivisions of a cuboid.
- Yields even subdivisions of a
Cuboid
. - An iterator yielding all triangles for all faces.
Enums
- Each of the faces of a cuboid.
Constants
- The number of corners on a Cuboid.
- The number of faces on a Cuboid.
- The number of subdivisions for a Cuboid.
- The number of triangles used to triangulate a cuboid.
Type Aliases
- A quad representing a single face of a cuboid.