Get the rotation axis of the quaternion

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public MCvPoint3D64f RotationAxis { get; }
Public ReadOnly Property RotationAxis As MCvPoint3D64f
	Get
public:
property MCvPoint3D64f RotationAxis {
	MCvPoint3D64f get ();
}

See Also