E3DViewer::GetRotationMatrix
Gets the view rotation matrix.
Namespace: Euresys::Open_eVision::Easy3D
[C++]
void GetRotationMatrix(
E3DTransformMatrix& matrix
) const
Parameters
matrix
A matrix representing the view orientation.
E3DViewer.GetRotationMatrix
Gets the view rotation matrix.
Namespace: Euresys.Open_eVision.Easy3D
[C#]
void GetRotationMatrix(
E3DTransformMatrix matrix
)
Parameters
matrix
A matrix representing the view orientation.
E3DViewer.GetRotationMatrix
Gets the view rotation matrix.
Module: open_evision.Easy3D
[Python]
GetRotationMatrix(
matrix: E3DTransformMatrix
) -> None
Parameters
matrix
A matrix representing the view orientation.