'宣言 Public Overloads Shared Sub RotationYRef( _ ByRef result As Matrix4x4, _ ByVal radians As System.Single, _ ByRef centerPoint As Vector3 _ )
public static void RotationYRef( out Matrix4x4 result, System.float radians, ref Vector3 centerPoint )
パラメータ
- result
- When the method completes, contains the created rotation matrix.
- radians
- The amount, in radians, by which to rotate around the Y-axis.
- centerPoint
- The center point.