Skip to main content

PgaH3

Type Alias PgaH3 

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

Multivector for Hyperbolic 3D PGA.

Aliased Type§

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

Fields§

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

Symbolic storage.

§onc: bool

Whether to leverage orthonormalization conditions (ONC).