Struct Vec3EqualityComparer
Implements
System.Collections.Generic.IEqualityComparer<Vec3>
  Inherited Members
      System.ValueType.Equals(System.Object)
    
    
      System.ValueType.GetHashCode()
    
    
      System.ValueType.ToString()
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
  Namespace: Xbim.Tessellator
Assembly: Xbim.Tessellator.dll
Syntax
public struct Vec3EqualityComparer : IEqualityComparer<Vec3>Constructors
| Improve this Doc View SourceVec3EqualityComparer(Double)
Declaration
public Vec3EqualityComparer(double precision)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Double | precision | 
Methods
| Improve this Doc View SourceEquals(Vec3, Vec3)
Declaration
public bool Equals(Vec3 a, Vec3 b)Parameters
| Type | Name | Description | 
|---|---|---|
| Vec3 | a | |
| Vec3 | b | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
GetHashCode(Vec3)
Declaration
public int GetHashCode(Vec3 point)Parameters
| Type | Name | Description | 
|---|---|---|
| Vec3 | point | 
Returns
| Type | Description | 
|---|---|
| System.Int32 | 
Implements
      System.Collections.Generic.IEqualityComparer<T>