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