For general information on vectors, see Vector and Vectors and Matrices.
A Vector2 is a vector that contains 2 numbers.
Methods
| Method | Brief description |
|---|---|
| augmented | Convert this vector into a Vector3 by appending a number. |
Fields
| Field | Brief description |
|---|---|
x, r, [1] |
First component. |
y, g, [2] |
Second component. |
Operators
| Operator | Brief description |
|---|
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
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.