The W component of the quaternion: the value for cos(rotation angle / 2)

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public double W { get; set; }
Public Property W As Double
	Get
	Set
public:
property double W {
	double get ();
	void set (double value);
}

See Also