Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (SpherePointContainment, SimpleInside) | |
TEST (SpherePointContainment, SimpleOutside) | |
TEST (SpherePointContainment, ComplexInside) | |
TEST (SpherePointContainment, ComplexOutside) | |
TEST (SphereRayIntersection, SimpleRay1) | |
TEST (SphereRayIntersection, SimpleRay2) | |
TEST (BoxPointContainment, SimpleInside) | |
TEST (BoxPointContainment, SimpleOutside) | |
TEST (BoxPointContainment, ComplexInside) | |
TEST (BoxPointContainment, ComplexOutside) | |
TEST (BoxRayIntersection, SimpleRay1) | |
TEST (CylinderPointContainment, SimpleInside) | |
TEST (CylinderPointContainment, SimpleOutside) | |
TEST (CylinderPointContainment, CylinderPadding) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 234 of file test_point_inclusion.cpp.
TEST | ( | SpherePointContainment | , |
SimpleInside | |||
) |
Ioan Sucan
Definition at line 40 of file test_point_inclusion.cpp.
TEST | ( | SpherePointContainment | , |
SimpleOutside | |||
) |
Definition at line 50 of file test_point_inclusion.cpp.
TEST | ( | SpherePointContainment | , |
ComplexInside | |||
) |
Definition at line 60 of file test_point_inclusion.cpp.
TEST | ( | SpherePointContainment | , |
ComplexOutside | |||
) |
Definition at line 74 of file test_point_inclusion.cpp.
TEST | ( | SphereRayIntersection | , |
SimpleRay1 | |||
) |
Definition at line 88 of file test_point_inclusion.cpp.
TEST | ( | SphereRayIntersection | , |
SimpleRay2 | |||
) |
Definition at line 106 of file test_point_inclusion.cpp.
TEST | ( | BoxPointContainment | , |
SimpleInside | |||
) |
Definition at line 122 of file test_point_inclusion.cpp.
TEST | ( | BoxPointContainment | , |
SimpleOutside | |||
) |
Definition at line 133 of file test_point_inclusion.cpp.
TEST | ( | BoxPointContainment | , |
ComplexInside | |||
) |
Definition at line 144 of file test_point_inclusion.cpp.
TEST | ( | BoxPointContainment | , |
ComplexOutside | |||
) |
Definition at line 161 of file test_point_inclusion.cpp.
TEST | ( | BoxRayIntersection | , |
SimpleRay1 | |||
) |
Definition at line 178 of file test_point_inclusion.cpp.
TEST | ( | CylinderPointContainment | , |
SimpleInside | |||
) |
Definition at line 198 of file test_point_inclusion.cpp.
TEST | ( | CylinderPointContainment | , |
SimpleOutside | |||
) |
Definition at line 209 of file test_point_inclusion.cpp.
TEST | ( | CylinderPointContainment | , |
CylinderPadding | |||
) |
Definition at line 219 of file test_point_inclusion.cpp.