Struct Vec3Comparer
Implements
System.Collections.Generic.IComparer<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 Vec3Comparer : IComparer<Vec3>
Methods
| Improve this Doc View SourceCompare(Vec3, Vec3)
Declaration
public int Compare(Vec3 a, Vec3 b)
Parameters
| Type | Name | Description |
|---|---|---|
| Vec3 | a | |
| Vec3 | b |
Returns
| Type | Description |
|---|---|
| System.Int32 |
Implements
System.Collections.Generic.IComparer<T>