|
Point Cloud Library (PCL) 1.12.1
|
A point structure representing an Axis using its normal coordinates. More...
#include <pcl/impl/point_types.hpp>
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 932 of file point_types.hpp.
|
inline |
Definition at line 934 of file point_types.hpp.
Referenced by Axis(), and operator<<.
|
inline |
Definition at line 940 of file point_types.hpp.
References Axis().
|
inline |
Definition at line 942 of file point_types.hpp.
|
friend |
References Axis(), and PCL_MAKE_ALIGNED_OPERATOR_NEW.