pub type PgaH3 = Multivector<PgaH3>;Expand description
Multivector for Hyperbolic 3D PGA.
Aliased Type§
pub struct PgaH3 {
pub map: BTreeMap<Pga<-1, 3>, Polynomial>,
pub onc: bool,
}Fields§
§map: BTreeMap<Pga<-1, 3>, Polynomial>Symbolic storage.
onc: boolWhether to leverage orthonormalization conditions (ONC).