http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Set the value of the quaternions using euler angle
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void SetEuler( double x, double y, double z ) |
Visual Basic |
---|
Public Sub SetEuler ( _ x As Double, _ y As Double, _ z As Double _ ) |
Visual C++ |
---|
public: void SetEuler( double x, double y, double z ) |
Parameters
- x
- Type: System..::..Double
Rotation around x-axis (roll) in radian
- y
- Type: System..::..Double
Rotation around y-axis (pitch) in radian
- z
- Type: System..::..Double
rotation around z-axis (yaw) in radian