Structs§
- Cube
Base - Implements a cube as the base shape.
- IcoSphere
Base - Implements an icosahedron as the base shape.
- Norm
IcoSphere Base - Implements the same shape as
IcoSphereBase
, however it uses normalized linear interpolation, rather than geometric spherical linear interpolation. (nlerp
overslerp
). - Square
Base - Implements a square as the base shape.
- Tetra
Sphere Base - Implements a tetrahedron as the base shape.
- Triangle
Base - Implements a single triangle as the base shape.
Type Aliases§
- Cube
Sphere - A cube sphere.
- IcoSphere
- Icosphere.
- Norm
IcoSphere - Normalized Icosphere.
- Square
Plane - A square.
- Tetra
Sphere - Tetrasphere (Sphere from tetrahedron).
- Triangle
Plane - A triangle.