Click or drag to resize
QuaternionsMultiply Operator
http://www.emgu.com
Computes the multiplication of two quaternions

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public static Quaternions operator *(
	Quaternions q1,
	Quaternions q2
)

Parameters

q1
Type: Emgu.CVQuaternions
The quaternions to be multiplied
q2
Type: Emgu.CVQuaternions
The quaternions to be multiplied

Return Value

Type: Quaternions
The multiplication of two quaternions
See Also