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