Package | Description |
---|---|
com.tyrlib2.ai.steering | |
com.tyrlib2.collision |
Constructor and Description |
---|
ObstacleAvoidance(CollisionSphere vision,
BoundedSceneObject self) |
Modifier and Type | Method and Description |
---|---|
java.util.List<CollisionSphere> |
CollisionSphere.getCollisions() |
Modifier and Type | Method and Description |
---|---|
void |
CollisionSphere.addCollision(CollisionSphere object) |
void |
CollisionGroup.addCollisionSphere(CollisionSphere sphere) |
boolean |
CollisionSphere.collidesWith(CollisionSphere object) |
Modifier and Type | Method and Description |
---|---|
void |
CollisionGroup.addCollisionSpheres(java.util.Collection<CollisionSphere> spheres) |
Constructor and Description |
---|
CollisionQuery(CollisionSphere sphere) |