Interface Vector2Beta

Represents a two-directional vector.

Hierarchy

  • Vector2

Properties

x y

Properties

x: number

Remarks

X component of the two-dimensional vector.

y: number

Remarks

Y component of the two-dimensional vector.