| Package | org.generalrelativity.foam.dynamics.collision |
| Interface | public interface ICollisionFactory |
| Implementors | SATCollisionFactory |
| Method | Defined by | ||
|---|---|---|---|
|
Gets the collision detector this factory determines based on the supplied elements
| ICollisionFactory | ||
| getCollisionDetector | () | method |
public function getCollisionDetector(element1:ISimulatable, element2:ISimulatable):IFineCollisionDetectorGets the collision detector this factory determines based on the supplied elements
Parameterselement1:ISimulatable — first element to consider
|
|
element2:ISimulatable — second element to consider
|
IFineCollisionDetector —
implementor of IFineCollisionDetector to be used by the PhysicsEngine
to ultimately determine collision and to generate contacts
|
See also