Type alias Vector2

Vector2: [number, number]

A Vector2 represented as an array of two numbers.

[x, y] = foo

Generated using TypeDoc