Click or drag to resize

QuaternionsSetEuler Method

http://www.emgu.com
Set the value of the quaternions using euler angle

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void SetEuler(
	double x,
	double y,
	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