|
Point Cloud Library (PCL)
1.6.0
|
Functions | |
| template<typename PointT > | |
| float | distance (const PointT &p1, const PointT &p2) |
| template<typename PointT > | |
| float | squaredDistance (const PointT &p1, const PointT &p2) |
| template<typename PointT , typename NormalT > | |
| void | project (const PointT &point, const PointT &plane_origin, const NormalT &plane_normal, PointT &projected) |
| void | project (const Eigen::Vector3f &point, const Eigen::Vector3f &plane_origin, const Eigen::Vector3f &plane_normal, Eigen::Vector3f &projected) |
|
inline |
Definition at line 55 of file geometry.h.
|
inline |
| point | Point to be projected |
| plane_origin | The plane origin |
| plane_normal | The plane normal |
| projected | The returned projected point |
Definition at line 74 of file geometry.h.
|
inline |
| point | Point to be projected |
| plane_origin | The plane origin |
| plane_normal | The plane normal |
| projected | The returned projected point |
Definition at line 87 of file geometry.h.
|
inline |
Definition at line 62 of file geometry.h.
1.8.3.1