A structure representing the Local Reference Frame of a point. More...
#include <point_types.hpp>
Public Attributes | |
union { | |
struct { | |
_Axis x_axis | |
_Axis y_axis | |
_Axis z_axis | |
} | |
float rf [12] | |
}; |
A structure representing the Local Reference Frame of a point.
Definition at line 1057 of file point_types.hpp.
union { ... } |
float pcl::_ReferenceFrame::rf[12] |
Definition at line 1067 of file point_types.hpp.
Definition at line 1063 of file point_types.hpp.
Definition at line 1064 of file point_types.hpp.
Definition at line 1065 of file point_types.hpp.