Interface BivectorE3

Cartesian coordinates of a bivector using the standard basis.

interface BivectorE3 {
    xy: number;
    yz: number;
    zx: number;
}

Hierarchy (view full)

Properties

Properties

xy: number

The Cartesian xy-coordinate.

yz: number

The Cartesian yz-coordinate.

zx: number

The Cartesian zx-coordinate.