Creates a matrix that rotates around an arbitary axis.
シンタックス
'宣言
Public Shared Function RotationAxis( _
ByVal As Vector3, _
ByVal As System.Single _
) As Matrix4x4
public static Matrix4x4 RotationAxis(
Vector3 ,
System.float
)
パラメータ
- axis
- The axis around which to rotate. This parameter is assumed to be normalized.
- radians
戻り値の型
The created rotation matrix.
参照