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