/// Set of functions to compute and generate [convex hulls](https://en.wikipedia.org/wiki/Convex_hull)
/// The *fail-fast surrogate* and all logic pertaining to its generation
/// Set of enums representing various geometric properties
/// Set of traits representing various geometric properties & operations
/// Set of geometric primitives - atomic building blocks for the geometry module
/// Set of function to modify geometric shapes
pub use DTransformation;
pub use Transformation;
pub use OriginalShape;
pub use normalize_rotation;