|
Phyzix
|
A class that contains static methods for common calculating intersections between boundaries. More...
#include <BoundaryCalculations.h>
Static Public Member Functions | |
| static BoundaryIntersectionResult | intersects (LineSegmentBoundary *line, CircleBoundary *circle, bool flip=false) |
| Check if a LineSegmentBoundary and a CircleBoundary intersect or not. | |
A class that contains static methods for common calculating intersections between boundaries.
|
inlinestatic |
Check if a LineSegmentBoundary and a CircleBoundary intersect or not.
| line | the line boundary |
| circle | the circle boundary |
| flip | whether to flip the order of the boundaries in the BoundaryIntersectionResult |