| Package | org.MARS.dynamics.collision.fine.sat |
| Class | public class BezierDetector |
| Implements | IFineCollisionDetector |
See also
| Property | Defined by | ||
|---|---|---|---|
| body2 : Shape | BezierDetector | ||
| curve : CubicBezierCurve | BezierDetector | ||
| detectors : Array | BezierDetector | ||
| Method | Defined by | ||
|---|---|---|---|
| BezierDetector | |||
|
getContacts():Array
| BezierDetector | ||
|
hasCollision():Boolean
| BezierDetector | ||
| body2 | property |
protected var body2:Shape
| curve | property |
protected var curve:CubicBezierCurve
| detectors | property |
protected var detectors:Array
| BezierDetector | () | constructor |
public function BezierDetector(curve:CubicBezierCurve, body2:Shape)Parameters
curve:CubicBezierCurve |
|
body2:Shape |
| getContacts | () | method |
public function getContacts():Array
Returns
Array |
| hasCollision | () | method |
public function hasCollision():Boolean
Returns
Boolean |