|
Point Cloud Library (PCL)
1.5.1
|
A structure representing the Local Reference Frame of a point. More...
#include <pcl/impl/point_types.hpp>


Public Attributes | |
| _Axis | x_axis |
| _Axis | y_axis |
| _Axis | z_axis |
| union { | |
| struct { | |
| float confidence | |
| } | |
| float data_c [4] | |
| }; | |
A structure representing the Local Reference Frame of a point.
Definition at line 978 of file point_types.hpp.
| union { ... } |
Definition at line 987 of file point_types.hpp.
| float pcl::_ReferenceFrame::data_c[4] |
Definition at line 989 of file point_types.hpp.
Definition at line 980 of file point_types.hpp.
Definition at line 981 of file point_types.hpp.
Definition at line 982 of file point_types.hpp.
1.8.0