http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Perform quaternions linear interpolation
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Quaternions Slerp( Quaternions quaternionsOther, double weightForOther ) |
Visual Basic |
---|
Public Function Slerp ( _ quaternionsOther As Quaternions, _ weightForOther As Double _ ) As Quaternions |
Visual C++ |
---|
public: Quaternions Slerp( Quaternions quaternionsOther, double weightForOther ) |
Parameters
- quaternionsOther
- Type: Emgu.CV..::..Quaternions
The other quaternions to interpolate with
- weightForOther
- Type: System..::..Double
If 0.0, the result is the same as this quaternions. If 1.0 the result is the same as quaternionsOther