Class RnIntersectionEx.CenterLineGraph.SitePoint
ボロノイ図の各点
Inheritance
System.Object
RnIntersectionEx.CenterLineGraph.SitePoint
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 class SitePoint
Properties
Edge
Declaration
public RnIntersectionEdge Edge { get; set; }
Property Value
| Type | Description |
|---|---|
| RnIntersectionEdge |
Point
Declaration
public RnPoint Point { get; set; }
Property Value
| Type | Description |
|---|---|
| RnPoint |