This document is archived and information here might be outdated. Recommended version. |
The 3x3 rotation matrix.
[Visual Basic .NET]
Public Property RotationMatrix As Object
[C#]
public object RotationMatrix {get; set;}
[C++]
HRESULT get_RotationMatrix(
Variant* pMatrix
);
[C++]
HRESULT put_RotationMatrix(
VARIANT pMatrix
);
[C++] Parameters pMatrix [out, retval]
pMatrix is a parameter of type VARIANT* pMatrix [in]
pMatrix is a parameter of type VARIANT