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