- rm
- returns the result
- rmOffset
- index into rm where the result matrix starts
- a
- angle to rotate in degrees
- x
- X axis component
- y
- Y axis component
- z
- Z axis component
Creates a matrix for rotation by angle a (in degrees) around the axis (x, y, z).
An optimized path will be used for rotation about a major axis (e.g. x=1.0f y=0.0f z=0.0f).