This document is archived and information here might be outdated. Recommended version. |
The specified sensor orientation as an orthogonal rotation matrix.
[Visual Basic .NET]
Public Property PerspectiveMatrix As Object
[C#]
public object PerspectiveMatrix {get; set;}
[C++]
HRESULT get_PerspectiveMatrix(
Variant* pMatrix
);
[C++]
HRESULT put_PerspectiveMatrix(
VARIANT pMatrix
);
[C++] Parameters pMatrix [out, retval]
pMatrix is a parameter of type VARIANT* pMatrix [in]
pMatrix is a parameter of type VARIANT