Get the rotation Matrix3D that describes the rotation portion of a full transformation Matrix3D
Namespace: Ico.Windows.Media.Media3DAssembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public static Matrix3D GetRotationMatrixFromFullTransformMatrix(
Matrix3D m
) |
Visual Basic |
---|
Public Shared Function GetRotationMatrixFromFullTransformMatrix ( _
m As Matrix3D _
) As Matrix3D |
JScript |
---|
public static function GetRotationMatrixFromFullTransformMatrix(
m : Matrix3D
) : Matrix3D |
Parameters
- m
- Type: System.Windows.Media.Media3D..::..Matrix3D
the full transformation Matrix3D to analyze.
Return Value
a pure rotation
Matrix3DSee Also