Package | Description |
---|---|
com.domain.project.core.graph |
Modifier and Type | Method and Description |
---|---|
Tuple2f |
Node.getPos() |
Modifier and Type | Method and Description |
---|---|
float |
Tuple2f.getDistanceFrom(Tuple2f point) |
float |
Tuple2f.getSlope(Tuple2f point) |
void |
Road.placeRoad(Tuple2f pos1,
Tuple2f pos2)
places the positions of the road and set the placed flag to true
|
void |
Mapping.setMapping(Tuple2f pos1,
Tuple2f pos2)
places the positions of the mapping
|
Constructor and Description |
---|
Mapping(playn.core.GroupLayer graphLayer,
Tuple2f pos1,
Tuple2f pos2)
Constructor of the Mapping
|