RotMatrixYRotates a matrix around the Y-Axis | ||||||||||||||||||||
Arguments
Return ValueThe rotated matrix m is returned.ExplanationThe matrix m is rotated around the Y-axis by the amount specified by r.In the rotation amount, 360° is represented as 4096, and 4096 is equivalent to 1.0. The matrix is calculated as follows:
Angle value:
The argument format is as follows.
See AlsoMATRIX |