Click or drag to resize

QuaternionDot Method

Calculates the dot product of two Quaternions.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static double Dot(
	Quaternion quaternion1,
	Quaternion quaternion2
)

Parameters

quaternion1
Type: Karamba.GeometryQuaternion
The first source Quaternion.
quaternion2
Type: Karamba.GeometryQuaternion
The second source Quaternion.

Return Value

Type: Double
The dot product of the Quaternions.
See Also