pub type PgaP5 = Multivector<PgaP5>;Expand description
Multivector for Parabolic (Euclidean) 5D PGA (exploratory).
Aliased Type§
pub struct PgaP5 {
pub map: BTreeMap<Pga<0, 5>, Polynomial>,
pub onc: bool,
}Fields§
§map: BTreeMap<Pga<0, 5>, Polynomial>Symbolic storage.
onc: boolWhether to leverage orthonormalization conditions (ONC).