Interface VectorE4

interface VectorE4 {
    w: number;
    x: number;
    y: number;
    z: number;
}

Properties

w x y z

Properties

w: number

The Cartesian w-coordinate.

x: number

The Cartesian x-coordinate.

y: number

The Cartesian y-coordinate.

z: number

The Cartesian z-coordinate.