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