Creates a matrix that rotates around the y-axis.
シンタックス
'宣言
Public Overloads Shared Sub RotationYRef( _
ByRef As Matrix4x4, _
ByVal As System.Single _
)
public static void RotationYRef(
out Matrix4x4 ,
System.float
)
パラメータ
- result
- When the method completes, contains the created rotation matrix.
- radians
- Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.
参照