Interface VectorE1

interface VectorE1 {
    x: number;
}

Properties

x

Properties

x: number

The Cartesian x-coordinate.