Skip to main content

PgaP5

Type Alias PgaP5 

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

Multivector for Parabolic (Euclidean) 5D PGA (exploratory).

Aliased Type§

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

Fields§

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

Symbolic storage.

§onc: bool

Whether to leverage orthonormalization conditions (ONC).