Module nannou::geom::cuboid

source ·
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

Type Aliases

  • A quad representing a single face of a cuboid.