Click or drag to resize

UnitQuaternionIsEquivalent Method

Overload List
  NameDescription
Public methodIsEquivalent(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.
Public methodIsEquivalent(UnitQuaternion, Double)
Indicates whether another instance of this type is mathematically equivalent to this instance, within the required tolerance. 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.
Top
See Also