Skip to main content

PgaP0

Type Alias PgaP0 

Source
pub type PgaP0 = Multivector<PgaP0>;
Expand description

Multivector for Parabolic (Euclidean) 0D PGA.

Aliased Type§

pub struct PgaP0 {
    pub map: BTreeMap<Pga<0, 0>, Polynomial>,
    pub onc: bool,
}

Fields§

§map: BTreeMap<Pga<0, 0>, Polynomial>

Symbolic storage.

§onc: bool

Whether to leverage orthonormalization conditions (ONC).