Package | Description |
---|---|
model.map.shapes |
Shapes of environment objects.
|
Modifier and Type | Field and Description |
---|---|
protected PathShape |
PolygonMapComponent.shape
The
PathShape shape of the physical obstacle. |
Modifier and Type | Method and Description |
---|---|
private PathShape |
PolygonMapComponent.getShape()
Gets the
PathShape shape of the physical obstacle. |
Modifier and Type | Method and Description |
---|---|
boolean |
PathShape.isCollision(PathShape other)
Determines if this shape intersect with another
PathShape . |