Interface GeometricE3

interface GeometricE3 {
    a: number;
    b: number;
    x: number;
    xy: number;
    y: number;
    yz: number;
    z: number;
    zx: number;
}

Hierarchy (view full)

Properties

a b x xy y yz z zx

Properties

a: number

The scalar coordinate as a number.

b: number

The pseudoscalar coordinate as a number.I

x: number

The Cartesian x-coordinate.

xy: number

The Cartesian xy-coordinate.

y: number

The Cartesian y-coordinate.

yz: number

The Cartesian yz-coordinate.

z: number

The Cartesian z-coordinate.

zx: number

The Cartesian zx-coordinate.