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