multNormal
multiplies a vector about a rotation matrix, but does not add translation. The resulting vector is returned.
@param vec vec to multiply against.
@param store a vector to store the result in. Created if null is passed.
@return the rotated vector.
|
|