|
Phyzix
|
Public Member Functions | |
| RuntimeBaseType | getBaseType () const override |
| LineSegmentBoundary (float x1, float y1, float x2, float y2) | |
| BoundaryIntersectionResult | intersects (Boundary *o) override |
| A pure virtual function to check if the boundary intersects with another boundary. | |
Public Attributes | |
| float | x1 |
| float | y1 |
| float | x2 |
| float | y2 |
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.