Click or drag to resize

UnitQuaternion.IsEquivalent Method (UnitQuaternion)

Indicates whether another instance of this type is mathematically equivalent to this instance. Instances are equivalent if each coordinate value of one instance is equal to the corresponding coordinate value of the other instance, or if each coordinate value of one instance is the opposite of the corresponding coordinate value of the other instance.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public bool IsEquivalent(
	UnitQuaternion other
)

Parameters

other
Type: AGI.Foundation.Coordinates.UnitQuaternion
The set of UnitQuaternion coordinates to compare to this instance.

Return Value

Type: Boolean
true if they are equivalent; otherwise false.
See Also