Skip to main content

PgaH6

Type Alias PgaH6 

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

Multivector for Hyperbolic 6D PGA (exploratory).

Aliased Type§

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

Fields§

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

Symbolic storage.

§onc: bool

Whether to leverage orthonormalization conditions (ONC).