Functions13
SymbolDescription
AddVectorsAdds two vectors. It is safe to use either input buffer as an output buffer.
GetAngleVectorsReturns vectors in the direction of an angle.
GetVectorAnglesReturns angles from a vector.
GetVectorCrossProductComputes the cross product of two vectors. Any input array can be the same as the output array.
GetVectorDistanceCalculates the distance between two vectors.
GetVectorDotProductCalculates the dot product of two vectors.
GetVectorLengthCalculates a vector's length.
GetVectorVectorsReturns direction vectors from a vector.
MakeVectorFromPointsBuilds a vector from two points by subtracting the points.
NegateVectorNegatives a vector.
NormalizeVectorNormalizes a vector. The input array can be the same as the output array.
ScaleVectorScales a vector.
SubtractVectorsSubtracts a vector from another vector. It is safe to use either input buffer as an output buffer.