Click or drag to resize

QuaternionsGetEuler Method

http://www.emgu.com
Get the equivalent euler angle

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public void GetEuler(
	ref double x,
	ref double y,
	ref double z
)

Parameters

x
Type: SystemDouble
Rotation around x-axis (roll) in radian
y
Type: SystemDouble
Rotation around y-axis (pitch) in radian
z
Type: SystemDouble
rotation around z-axis (yaw) in radian
See Also