[This is preliminary documentation and is subject to change.]

Get or Set the rodrigus rotation vector

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public RotationVector3D RotationVector { get; set; }
Public Property RotationVector As RotationVector3D
public:
property RotationVector3D^ RotationVector {
	RotationVector3D^ get ();
	void set (RotationVector3D^ value);
}

See Also