Interface Vector2Like

A quantity with magnitude and direction in two dimensions.

interface Vector2Like {
    "0": number;
    "1": number;
    [key: number]: number;
}

Hierarchy (View Summary, Expand)

Implemented by

Indexable

  • [key: number]: number

Properties

0 1

Properties

"0": number

The first component of this vector.

"1": number

The second component of this vector.

MMNEPVFCICPMFPCPTTAAATR