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

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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