Search Results for

    Show / Hide Table of Contents

    Class RnPointEx

    Inheritance
    System.Object
    RnPointEx
    Inherited Members
    System.Object.ToString()
    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.RoadNetwork.Structure
    Assembly: cs.temp.dll.dll
    Syntax
    public static class RnPointEx

    Methods

    IsSamePoint(RnPoint, RnPoint, Single)

    self/otherが同じかどうか(参照一致だけでなく値一致でもtrue

    Declaration
    public static bool IsSamePoint(this RnPoint self, RnPoint other, float sqrMagnitudeTolerance = 0F)
    Parameters
    Type Name Description
    RnPoint self
    RnPoint other
    System.Single sqrMagnitudeTolerance

    2点間の一致判定となる2乗距離

    Returns
    Type Description
    System.Boolean
    In This Article
    Back to top PLATEAU SDK for Unity