Click or drag to resize
DigitalRuneQuaternionFDot Method
Returns the dot product of two quaternions.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public static float Dot(
	QuaternionF q1,
	QuaternionF q2
)

Parameters

q1
Type: DigitalRune.Mathematics.AlgebraQuaternionF
The first quaternion.
q2
Type: DigitalRune.Mathematics.AlgebraQuaternionF
The second quaternion.

Return Value

Type: Single
The dot product of the two quaternions.
See Also