Get or set the equaivalent axis angle representation. (x,y,z) is the rotatation axis and |(x,y,z)| is the rotation angle in radians

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 AxisAngle { get; set; }
Public Property AxisAngle As MCvPoint3D64f
	Get
	Set
public:
property MCvPoint3D64f AxisAngle {
	MCvPoint3D64f get ();
	void set (MCvPoint3D64f value);
}

See Also