#include <gtest/gtest.h>
#include <pcl/common/common.h>
#include <pcl/common/intersections.h>
#include <pcl/pcl_tests.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (PCL, lineWithLineIntersection) | |
TEST (PCL, planeWithPlaneIntersection) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 306 of file test_plane_intersection.cpp.
TEST | ( | PCL | , |
lineWithLineIntersection | |||
) |
Definition at line 46 of file test_plane_intersection.cpp.
TEST | ( | PCL | , |
planeWithPlaneIntersection | |||
) |
Definition at line 193 of file test_plane_intersection.cpp.