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