Expand description
geometry representation types & operators
This module contains all code related to custom spatial representation type implementations. This include custom vector / vertex types as well as a generic FP trait.
Structs§
- Vector2
- 2D vector structure
- Vector3
- 3D vector structure
- Vertex2
- 2D vertex structure
- Vertex3
- 2D vertex structure
Enums§
- Coords
Error - Coordinates-level error enum
Traits§
- Coords
Float - Generic FP type trait