C# Class MapAround.Geometry.PlanarGraphEdge

Edge of the planar graph.
Afficher le fichier Open project: gkrsu/maparound.core Class Usage Examples

Méthodes publiques

Свойство Type Description
OrientationInObject1 EdgeOrientation
OrientationInObject2 EdgeOrientation

Méthodes publiques

Méthode Description
CenterPoint ( ) : ICoordinate

Computes a coordinate of the center point.

PlanarGraphEdge ( PlanarGraphNode node1, PlanarGraphNode node2 ) : System

Initializes a new instance of MapAround.Geometry.PlanarGraphEdge

Private Methods

Méthode Description
SwapNodes ( ) : void

Swap nodes of edges.

Method Details

CenterPoint() public méthode

Computes a coordinate of the center point.
public CenterPoint ( ) : ICoordinate
Résultat ICoordinate

PlanarGraphEdge() public méthode

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

Property Details

OrientationInObject1 public_oe property

Edge orientation relative to the direction of first object traversal;
public EdgeOrientation OrientationInObject1
Résultat EdgeOrientation

OrientationInObject2 public_oe property

Edge orientation relative to the direction of second object traversal;
public EdgeOrientation OrientationInObject2
Résultat EdgeOrientation