|
Point Cloud Library (PCL) 1.15.0
|
A point structure representing an Axis using its normal coordinates. More...
#include <pcl/impl/point_types.hpp>
Public Member Functions | |
| constexpr | Axis (const _Axis &p) |
| constexpr | Axis () |
| constexpr | Axis (float n_x, float n_y, float n_z) |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const Axis &p) |
A point structure representing an Axis using its normal coordinates.
(SSE friendly)
Definition at line 817 of file point_types.hpp.
|
inlineconstexpr |
Definition at line 819 of file point_types.hpp.
References Axis().
Referenced by Axis(), Axis(), and operator<<.
|
inlineconstexpr |
Definition at line 821 of file point_types.hpp.
References Axis().
|
inlineconstexpr |
Definition at line 823 of file point_types.hpp.
|
friend |
References Axis(), and PCL_MAKE_ALIGNED_OPERATOR_NEW.