|
Phyzix
|
Public Member Functions | |
| RuntimeBaseType | getBaseType () const override |
| CircleBoundary (float x, float y, float r) | |
| BoundaryIntersectionResult | intersects (Boundary *o) override |
| A pure virtual function to check if the boundary intersects with another boundary. | |
Public Attributes | |
| float | x |
| float | y |
| float | r |
Public Attributes inherited from Boundary | |
| float | e = 0.8 |
Additional Inherited Members | |
Static Public Member Functions inherited from Boundary | |
| static BoundaryIntersectionResult | intersects (Boundaries b1, Boundaries b2) |
| A static function to check if two boundaries (list) intersect. | |
|
inlineoverridevirtual |
Reimplemented from Boundary.
|
overridevirtual |
A pure virtual function to check if the boundary intersects with another boundary.
| other |
Implements Boundary.