Skip to main content

PgaE2

Type Alias PgaE2 

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

Whether to leverage orthonormalization conditions (ONC).