Interface SpinorE3

The even sub-algebra of the Euclidean algebra 𝓖(3, 0).

interface SpinorE3 {
    a: number;
    xy: number;
    yz: number;
    zx: number;
}

Hierarchy (view full)

Properties

Properties

a: number

The scalar coordinate as a number.

xy: number

The Cartesian xy-coordinate.

yz: number

The Cartesian yz-coordinate.

zx: number

The Cartesian zx-coordinate.