CTor
CTor
CTor
CTor
alias for scalar
Returns the Vector as static array.
Returns the cross product of this and another Vector.
Calculate the diff between two vectors.
Checks if this vector is empty. This means that his coordinates are 0.
Move the current coordinates.
Negate this Vector
Supported operation: +, -, *, / and %
Supported operation: +, -, *, / and %
Compares two vectors by checking whether the coordinates are equals.
Returns a negated copy of this Vector.
Supported operation: +=, -=, *=, /= and %=
Supported operation: +=, -=, *=, /= and %=
Calculate the scalar product.
Set new coordinates.
Calculate the length.
Vector3 is a structure that defines a two-dimensional point.