Search Results for

    Show / Hide Table of Contents

    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 Source

    Compare(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>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim