A point structure representing an Axis using its normal coordinates.
More...
#include <pcl/impl/point_types.hpp>
|
constexpr | Axis (const _Axis &p) |
|
constexpr | Axis () |
|
constexpr | Axis (float n_x, float n_y, float n_z) |
|
A point structure representing an Axis using its normal coordinates.
(SSE friendly)
Definition at line 817 of file point_types.hpp.
◆ Axis() [1/3]
constexpr pcl::Axis::Axis |
( |
const _Axis & |
p | ) |
|
|
inlineconstexpr |
◆ Axis() [2/3]
constexpr pcl::Axis::Axis |
( |
| ) |
|
|
inlineconstexpr |
◆ Axis() [3/3]
constexpr pcl::Axis::Axis |
( |
float |
n_x, |
|
|
float |
n_y, |
|
|
float |
n_z |
|
) |
| |
|
inlineconstexpr |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const Axis & |
p |
|
) |
| |
|
friend |
The documentation for this struct was generated from the following file: