Search Results for

    Show / Hide Table of Contents

    Class GeoGraph2D.NearestPointInfo

    Inheritance
    System.Object
    GeoGraph2D.NearestPointInfo
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: PLATEAU.Util.GeoGraph
    Assembly: cs.temp.dll.dll
    Syntax
    public class NearestPointInfo

    Properties

    Distance

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

    Index

    Declaration
    public int Index { get; set; }
    Property Value
    Type Description
    System.Int32

    T

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

    Methods

    Compare(GeoGraph2D.NearestPointInfo, GeoGraph2D.NearestPointInfo)

    Declaration
    public static int Compare(GeoGraph2D.NearestPointInfo a, GeoGraph2D.NearestPointInfo b)
    Parameters
    Type Name Description
    GeoGraph2D.NearestPointInfo a
    GeoGraph2D.NearestPointInfo b
    Returns
    Type Description
    System.Int32

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    In This Article
    Back to top PLATEAU SDK for Unity