| Package | org.generalrelativity.foam.dynamics.collision |
| Interface | public interface IFineCollisionDetector |
| Implementors | BezierDetector, CircleCircleDetector, CirclePolygonDetector, PolygonPolygonDetector |
| Method | Defined by | ||
|---|---|---|---|
|
getContacts():Array
Generates contacts based on found collision
| IFineCollisionDetector | ||
|
hasCollision():Boolean
Indicates collision
| IFineCollisionDetector | ||
| getContacts | () | method |
public function getContacts():ArrayGenerates contacts based on found collision
ReturnsArray |
See also
| hasCollision | () | method |
public function hasCollision():BooleanIndicates collision
ReturnsBoolean — true in case of collision/false otherwise
|
See also