Interface VectorE2

interface VectorE2 {
    x: number;
    y: number;
}

Properties

x y

Properties

x: number

The Cartesian x-coordinate or abscissa.

y: number

The Cartesian y-coordinate or ordinate.