Click or drag to resize

QuaternionEquality Operator

Returns a boolean indicating whether the two given Quaternions are equal.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool operator ==(
	Quaternion value1,
	Quaternion value2
)

Parameters

value1
Type: Karamba.GeometryQuaternion
The first Quaternion to compare.
value2
Type: Karamba.GeometryQuaternion
The second Quaternion to compare.

Return Value

Type: Boolean
True if the Quaternions are equal; False otherwise.
See Also