Skip to main content

PgaP6

Type Alias PgaP6 

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

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

Aliased Type§

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

Fields§

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

Symbolic storage.

§onc: bool

Whether to leverage orthonormalization conditions (ONC).