Get or Set the unit rotation axis of the quaternion

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

Syntax

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

See Also