|
Point Cloud Library (PCL)
1.11.0
|
A point structure representing an Axis using its normal coordinates. More...
#include <pcl/impl/point_types.hpp>
Inheritance diagram for pcl::Axis:
Collaboration diagram for pcl::Axis:Public Member Functions | |
| Axis (const _Axis &p) | |
| Axis () | |
| Axis (float n_x, float n_y, float n_z) | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const Axis &p) |
Additional Inherited Members | |
Public Attributes inherited from pcl::_Axis | |
| PCL_ADD_NORMAL4D | |
A point structure representing an Axis using its normal coordinates.
(SSE friendly)
Definition at line 845 of file point_types.hpp.
|
inline |
Definition at line 847 of file point_types.hpp.
|
inline |
Definition at line 853 of file point_types.hpp.
|
inline |
Definition at line 855 of file point_types.hpp.
|
friend |