38 #ifndef PCL_PLANE_CLIPPER3D_H_
39 #define PCL_PLANE_CLIPPER3D_H_
48 template<
typename Po
intT>
80 clipPlanarPolygon3D (
const std::vector<PointT>& polygon, std::vector<PointT>& clipped_polygon)
const;
90 getDistance (
const PointT& point)
const;
93 Eigen::Vector4f plane_params_;
97 #endif // PCL_PLANE_CLIPPER3D_H_