Skip to main content

PgaP4

Type Alias PgaP4 

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

Multivector for Parabolic (Euclidean) 4D PGA.

Aliased Type§

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

Fields§

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

Symbolic storage.

§onc: bool

Whether to leverage orthonormalization conditions (ONC).