http://www.emgu.com
The Quaternions type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Conjugate |
Compute the conjugate of the quaternions
|
![]() | Equals(Object) |
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.) |
![]() | Equals(Quaternions) |
Check if this quaternions equals to other |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetEuler |
Get the equaivalent euler angle
|
![]() | GetHashCode |
Returns the hash code for this instance.
(Inherited from ValueType.) |
![]() | GetRotationMatrix |
Fill the (3x3) rotation matrix with the value such that it represent the quaternions
|
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | Multiply |
Multiply the current Quaternions with quaternionsOther |
![]() | RotatePoint |
Rotate the specific point and return the result
|
![]() | RotatePoints |
Rotate the points in pointsSrc and save the result in pointsDst. Inplace operation is supported (pointsSrc == pointsDst).
|
![]() | SetEuler |
Set the value of the quaternions using euler angle
|
![]() | Slerp |
Perform quaternions linear interpolation
|
![]() | ToString |
Get the string representation of the Quaternions
(Overrides ValueType..::..ToString()()()().) |