QuaternionsSetEuler Method |
http://www.emgu.com
Set the value of the quaternions using euler angle
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic 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
)
member SetEuler :
x : float *
y : float *
z : float -> 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