Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
For general information on vectors, see Vector and Vectors and Matrices.

A Vector2 is a vector that contains 2 numbers.

Methods

Method Brief description

Vector/MethodIndex

augmented Convert this vector into a Vector3 by appending a number.

Fields

Field Brief description

Vector/FieldIndex

x, r, [1] First component.
y, g, [2] Second component.

Operators

Operator Brief description

Vector/OperatorIndex

Methods

Vector/Methods

Vector2 methods

augmented


Converts this Vector2 into a Vector3 using the provided number as the third component.

Arguments Return Type
augmented(number d) Vector3

Fields

Vector/Fields

Vector2 fields

x, r, 1


Read/write number. The first component of the vector.

y, g, 2


Read/write number. The second component of the vector.

Operators

Vector/Operators