Skip to main content

PgaE3

Type Alias PgaE3 

Source
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: bool

Whether to leverage orthonormalization conditions (ONC).