Skip to main content

PgaP3

Type Alias PgaP3 

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

Multivector for Parabolic (Euclidean) 3D PGA.

Aliased Type§

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

Fields§

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

Symbolic storage.

§onc: bool

Whether to leverage orthonormalization conditions (ONC).