Class Vector3EqualityComparer
Use this class to compare two Vector3 objects for equality with NUnit constraints. Call Vector3EqualityComparer.Instance comparer to perform a comparison with the default calculation error value 0.0001f. To specify a different error value, use the one argument constructor to instantiate a new comparer.
Implements
Inherited Members
Namespace: UnityEngine .TestTools .Utils
Assembly: solution.dll
Syntax
public class Vector3EqualityComparer : IEqualityComparer<Vector3>
Constructors
Name | Description |
---|---|
Vector3Equality |
Initializes an instance of Vector3Equality comparer with custom allowed calculation error. |
Properties
Name | Description |
---|---|
Instance | A comparer instance with the default calculation error value equal to 0.0001f. |
Methods
Name | Description |
---|---|
Equals(Vector3, Vector3) | Compares the actual and expected Vector3 objects
for equality using Are |
Get |
Serves as the default hash function. |