C# Class HPASharp.Factories.Entrance

Represents an entrance point between 2 clusters
显示文件 Open project: Rydra/HierarchicalPathfinder Class Usage Examples

Public Methods

Method Description
Entrance ( int id, int cl1Id, int cl2Id, int center1Row, int center1Col, int coord1Id, int coord2Id, Orientation orientation ) : System

Method Details

Entrance() public method

public Entrance ( int id, int cl1Id, int cl2Id, int center1Row, int center1Col, int coord1Id, int coord2Id, Orientation orientation ) : System
id int
cl1Id int
cl2Id int
center1Row int
center1Col int
coord1Id int
coord2Id int
orientation Orientation
return System