Module geometry

Source
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.
OriginalShape
A SPolygon exactly as is defined in the input file
Transformation
The matrix form of DTransformation. read more