C# 클래스 MapAround.Geometry.PlanarGraphEdge

Edge of the planar graph.
파일 보기 프로젝트 열기: gkrsu/maparound.core 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
OrientationInObject1 EdgeOrientation
OrientationInObject2 EdgeOrientation

공개 메소드들

메소드 설명
CenterPoint ( ) : ICoordinate

Computes a coordinate of the center point.

PlanarGraphEdge ( PlanarGraphNode node1, PlanarGraphNode node2 ) : System

Initializes a new instance of MapAround.Geometry.PlanarGraphEdge

비공개 메소드들

메소드 설명
SwapNodes ( ) : void

Swap nodes of edges.

메소드 상세

CenterPoint() 공개 메소드

Computes a coordinate of the center point.
public CenterPoint ( ) : ICoordinate
리턴 ICoordinate

PlanarGraphEdge() 공개 메소드

Initializes a new instance of MapAround.Geometry.PlanarGraphEdge
public PlanarGraphEdge ( PlanarGraphNode node1, PlanarGraphNode node2 ) : System
node1 PlanarGraphNode First node
node2 PlanarGraphNode Second node
리턴 System

프로퍼티 상세

OrientationInObject1 공개적으로 프로퍼티

Edge orientation relative to the direction of first object traversal;
public EdgeOrientation OrientationInObject1
리턴 EdgeOrientation

OrientationInObject2 공개적으로 프로퍼티

Edge orientation relative to the direction of second object traversal;
public EdgeOrientation OrientationInObject2
리턴 EdgeOrientation