Create a quaternion with the specific values
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- w
- Double
The W component of the quaternion: the value for cos(rotation angle / 2)
- x
- Double
The X component of the vector: rotation axis * sin(rotation angle / 2)
- y
- Double
The Y component of the vector: rotation axis * sin(rotation angle / 2)
- z
- Double
The Z component of the vector: rotation axis * sin(rotation angle / 2)