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: 3.1.0.2282 (3.1.0.2282)
Syntax
public Quaternions Multiply(
	Quaternions quaternionsOther
)

Parameters

quaternionsOther
Type: Emgu.CVQuaternions
The other rotation

Return Value

Type: Quaternions

[Missing <returns> documentation for "M:Emgu.CV.Quaternions.Multiply(Emgu.CV.Quaternions)"]

See Also