Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (IntersectionTests, Intersects) | |
TEST (IntersectionTests, Parallel) | |
TEST (IntersectionTests, SegmentsIntersect) | |
TEST (IntersectionTests, SegmentsDontIntersect) | |
TEST (IntersectionTests, ParallelSegments) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 529 of file test_intersection.cpp.
TEST | ( | IntersectionTests | , |
Intersects | |||
) |
Definition at line 34 of file test_intersection.cpp.
TEST | ( | IntersectionTests | , |
Parallel | |||
) |
Definition at line 108 of file test_intersection.cpp.
TEST | ( | IntersectionTests | , |
SegmentsIntersect | |||
) |
Definition at line 140 of file test_intersection.cpp.
TEST | ( | IntersectionTests | , |
SegmentsDontIntersect | |||
) |
Definition at line 326 of file test_intersection.cpp.
TEST | ( | IntersectionTests | , |
ParallelSegments | |||
) |
Definition at line 379 of file test_intersection.cpp.