Expand description
geometry representation types & operators
This module contains all code related to custom spatial reprentation type implementations. This include custom vector / vertex types as well as generic traits for value encoding.
Structs§
- 2D vector representation
- 3D vector representation
- 2D vertex representation
- 3D vertex representation
Enums§
- Coordinates-level error enum
Traits§
- Common trait implemented by types used for coordinate representation.