A point structure representing Euclidean xyz coordinates together with the viewpoint from which it was seen.
More...
#include <pcl/impl/point_types.hpp>
A point structure representing Euclidean xyz coordinates together with the viewpoint from which it was seen.
Definition at line 1090 of file point_types.hpp.
◆ PointWithViewpoint() [1/4]
◆ PointWithViewpoint() [2/4]
constexpr pcl::PointWithViewpoint::PointWithViewpoint |
( |
| ) |
|
|
inlineconstexpr |
◆ PointWithViewpoint() [3/4]
constexpr pcl::PointWithViewpoint::PointWithViewpoint |
( |
float |
_x, |
|
|
float |
_y, |
|
|
float |
_z |
|
) |
| |
|
inlineconstexpr |
◆ PointWithViewpoint() [4/4]
constexpr pcl::PointWithViewpoint::PointWithViewpoint |
( |
float |
_x, |
|
|
float |
_y, |
|
|
float |
_z, |
|
|
float |
_vp_x, |
|
|
float |
_vp_y, |
|
|
float |
_vp_z |
|
) |
| |
|
inlineconstexpr |
◆ operator<<
The documentation for this struct was generated from the following file: