VRageMath
Vector3LNormalEqualityComparer
Assembly: VRage.Math.dll
public class Vector3LNormalEqualityComparer: IEqualityComparer<Vector3L>
This can be used only to compare normal vectors of Vector3L, where X, Y and Z has values -1, 0 or 1
Constructors
| Member | Description |
|---|---|
| Vector3LNormalEqualityComparer() |
Methods
| Member | Description |
|---|---|
| Equals(Vector3L, Vector3L) | |
| GetHashCode(Vector3L) |
Implements: