'宣言 Public Overloads Shared Function RotationY( _ ByVal radians As System.Single, _ ByVal centerPoint As Vector3 _ ) As Matrix4x4
public static Matrix4x4 RotationY( System.float radians, Vector3 centerPoint )
パラメータ
- radians
- 回転角度 (ラジアン単位)。回転軸を見るとき角度は時計回りに測定されます。
- centerPoint
- 中心点。
戻り値の型
作成された回転マトリックス。