Set the value of the quaternions using euler angle

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 void SetEuler(
	double x,
	double y,
	double z
)
Public Sub SetEuler ( _
	x As Double, _
	y As Double, _
	z As Double _
)
public:
void SetEuler(
	double x, 
	double y, 
	double z
)

Parameters

x
Double
Rotation around x-axis (roll) in radian
y
Double
Rotation around y-axis (pitch) in radian
z
Double
rotation around z-axis (yaw) in radian

See Also