Skip to main content

PgaP2

Type Alias PgaP2 

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

Whether to leverage orthonormalization conditions (ONC).