Search Results for

    Show / Hide Table of Contents

    Class RnPoint

    Inheritance
    System.Object
    ARnPartsBase
    ARnParts<RnPoint>
    RnPoint
    Inherited Members
    ARnPartsBase.DebugMyId
    ARnPartsBase.DebugMemo
    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 class RnPoint : ARnParts<RnPoint>

    Constructors

    RnPoint()

    Declaration
    public RnPoint()

    RnPoint(Vector3)

    Declaration
    public RnPoint(Vector3 val)
    Parameters
    Type Name Description
    Vector3 val

    Properties

    Vertex

    Declaration
    public Vector3 Vertex { get; set; }
    Property Value
    Type Description
    Vector3

    Methods

    Clone()

    コピー作成

    Declaration
    public RnPoint Clone()
    Returns
    Type Description
    RnPoint

    Equals(RnPoint, RnPoint, Single)

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

    Declaration
    public static bool Equals(RnPoint x, RnPoint y, float sqrMagnitudeTolerance = 0F)
    Parameters
    Type Name Description
    RnPoint x
    RnPoint y
    System.Single sqrMagnitudeTolerance

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

    Returns
    Type Description
    System.Boolean

    Operators

    Implicit(RnPoint to Vector3)

    Declaration
    public static implicit operator Vector3(RnPoint id)
    Parameters
    Type Name Description
    RnPoint id
    Returns
    Type Description
    Vector3
    In This Article
    Back to top PLATEAU SDK for Unity