Emgu CV Library Documentation
RotationMatrix Property
NamespacesEmgu.CVRotationVector3DRotationMatrix

www.emgu.com/wiki
Get or Set the (3x3) rotation matrix represented by this rotation vector
Declaration Syntax
C#Visual BasicVisual C++
public Matrix<float> RotationMatrix { get; set; }
Public Property RotationMatrix As Matrix(Of Single)
public:
property Matrix<float>^ RotationMatrix {
	Matrix<float>^ get ();
	void set (Matrix<float>^ value);
}

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)