algebraeon_geometry/
lib.rs1use algebraeon_rings::structure::{FieldSignature, OrderedRingSignature};
4use std::borrow::Borrow;
5use std::hash::Hash;
6
7pub mod affine_subspace;
8pub mod ambient_space;
9pub mod boolean_operations;
10pub mod convex_hull;
11pub mod minkowski_sum;
12pub mod oriented_simplex;
13pub mod parse;
14pub mod partial_simplicial_complex;
15pub mod simplex;
16pub mod simplex_collection;
17pub mod simplex_overlap;
18pub mod simplicial_complex;
19pub mod simplicial_disjoint_union;
20pub mod vector;