Search Results for

    Show / Hide Table of Contents

    Class GeoGraph2D.Vector2Equitable

    Inheritance
    System.Object
    GeoGraph2D.Vector2Equitable
    Namespace: PLATEAU.Util.GeoGraph
    Assembly: cs.temp.dll.dll
    Syntax
    public class Vector2Equitable : IEqualityComparer<Vector2>

    Constructors

    Vector2Equitable(Single)

    Declaration
    public Vector2Equitable(float tolerance)
    Parameters
    Type Name Description
    System.Single tolerance

    Properties

    Tolerance

    Declaration
    public float Tolerance { get; set; }
    Property Value
    Type Description
    System.Single

    Methods

    Equals(Vector2, Vector2)

    Declaration
    public bool Equals(Vector2 x, Vector2 y)
    Parameters
    Type Name Description
    Vector2 x
    Vector2 y
    Returns
    Type Description
    System.Boolean

    GetHashCode(Vector2)

    Declaration
    public int GetHashCode(Vector2 obj)
    Parameters
    Type Name Description
    Vector2 obj
    Returns
    Type Description
    System.Int32
    In This Article
    Back to top PLATEAU SDK for Unity