Click or drag to resize

QuaternionsMultiply Method

http://www.emgu.com
Multiply the current Quaternions with quaternionsOther

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public Quaternions Multiply(
	Quaternions quaternionsOther
)

Parameters

quaternionsOther
Type: Emgu.CVQuaternions
The other rotation

Return Value

Type: Quaternions
A composition of the two rotations
See Also