A vector.
DEPRECATED since version 2.0.0. Please use vrvec2:getLength() instead.
x element
xy elements
y element
yx elements
(vrCopy) Returns a copy of a Vector, Matrix, Ray, Sphere, AABBox, Quaternion or Plane
(vrCross) Returns the cross product of two vectors. Both vectors must be the same type
Vector 2 {x, y} or {x, y, z}.
(vrDot) Returns the dot product of two vectors. Both vectors must be the same type
(vrLength) Returns the length of a vector.
(vrLengthSquared) Returns the squared length of a vector.
(vrNormalise) Returns normalised vector/matrix.
Normalised vector or matrix depending on the type passed in
No Results.