Vector2.augmented

Returns the augmented form of this vector
The augmented form is a Vector of the same length + 1
The new axis will have the given value,
or 1 when it is not specified
overload 1:
Vector2:augmented()
Method Property Fluent Description Representation
Return Value a Vector3
overload 2:
Vector2:augmented(value)
Method Property Fluent Description Representation
value accepts a Number
Return Value a Vector3
a a