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