QuaternionsGetEuler Method |
http://www.emgu.com
Get the equivalent euler angle
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic void GetEuler(
ref double x,
ref double y,
ref double z
)
Public Sub GetEuler (
ByRef x As Double,
ByRef y As Double,
ByRef z As Double
)
public:
void GetEuler(
double% x,
double% y,
double% z
)
member GetEuler :
x : float byref *
y : float byref *
z : float byref -> unit
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