algebraeon-geometry 0.0.17

Algorithms for working with geometric shapes
Documentation
// #![allow(dead_code)]

use algebraeon_rings::structure::{FieldSignature, OrderedRingSignature};
use std::borrow::Borrow;
use std::hash::Hash;

pub mod affine_subspace;
pub mod ambient_space;
pub mod boolean_operations;
pub mod convex_hull;
pub mod minkowski_sum;
pub mod oriented_simplex;
pub mod parse;
pub mod partial_simplicial_complex;
pub mod simplex;
pub mod simplex_collection;
pub mod simplex_overlap;
pub mod simplicial_complex;
pub mod simplicial_disjoint_union;
pub mod vector;