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