![]() |
![]() |
![]() |
UnsafeNativeMethods.Matrix.RotationAxis Method |
Language: |
Builds a matrix that rotates around an arbitrary axis.
Visual Basic .NET Public Shared Function RotationAxis( _
ByVal pOut As Matrix, _
ByVal axisRotation As Vector3, _
ByVal angle As Single _
) As MatrixC# public static Matrix RotationAxis(
Matrix pOut,
Vector3 axisRotation,
float angle
);Managed C++ public: static Matrix RotationAxis(
Matrix pOut,
Vector3 axisRotation,
float angle
);JScript .NET public static function RotationAxis(
pOut : Matrix,
axisRotation : Vector3,
angle : float
) : Matrix;
pOut Microsoft.DirectX.Matrix. Rotated Matrix structure. axisRotation Microsoft.DirectX.Vector3. A Vector3 structure that identifies the axis about which to rotate the matrix. angle System.Single.
Microsoft.DirectX.Matrix . Rotated Matrix structure.
The input rotation angle is in radians.
The return value for this method is the same value returned in the pOut parameter. Resultantly, the RotationAxis method can be used as a parameter for another method.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center