'宣言 Public Overloads Shared Sub RotationXRef( _ ByRef result As Matrix4x4, _ ByVal radians As System.Single, _ ByRef centerPoint As Vector3 _ )
public static void RotationXRef( 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 X axis.
- centerPoint
- The center point.