Module hexasphere::shapes

source ·

Structs§

  • Implements a cube as the base shape.
  • Implements an icosahedron as the base shape.
  • Implements the same shape as IcoSphereBase, however it uses normalized linear interpolation, rather than geometric spherical linear interpolation. (nlerp over slerp).
  • Implements a square as the base shape.
  • Implements a tetrahedron as the base shape.
  • Implements a single triangle as the base shape.

Type Aliases§