Expand description
Geometric primitives and base algorithms
Modules§
- convex_
hull - Set of functions to compute and generate convex hulls
- fail_
fast - The fail-fast surrogate and all logic pertaining to its generation
- geo_
enums - Set of enums representing various geometric properties
- geo_
traits - Set of traits representing various geometric properties & operations
- primitives
- Set of geometric primitives - atomic building blocks for the geometry module
- shape_
modification - Set of function to modify geometric shapes
Structs§
- DTransformation
- Proper rigid transformation, decomposed into a rotation followed by a translation.
- Original
Shape - A
SPolygon
exactly as is defined in the input file - Transformation
- The matrix form of
DTransformation
. read more