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