Skip to main content

PgaH4

Type Alias PgaH4 

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

Multivector for Hyperbolic 4D PGA.

Aliased Type§

pub struct PgaH4 {
    pub map: BTreeMap<Pga<-1, 4>, Polynomial>,
    pub onc: bool,
}

Fields§

§map: BTreeMap<Pga<-1, 4>, Polynomial>

Symbolic storage.

§onc: bool

Whether to leverage orthonormalization conditions (ONC).