A point structure representing normal coordinates and the surface curvature estimate.
More...
#include <pcl/impl/point_types.hpp>
A point structure representing normal coordinates and the surface curvature estimate.
(SSE friendly)
Definition at line 899 of file point_types.hpp.
◆ Normal() [1/3]
pcl::Normal::Normal |
( |
const _Normal & | p | ) |
|
|
inline |
◆ Normal() [2/3]
pcl::Normal::Normal |
( |
float | _curvature = 0.f | ) |
|
|
inline |
◆ Normal() [3/3]
pcl::Normal::Normal |
( |
float | n_x, |
|
|
float | n_y, |
|
|
float | n_z, |
|
|
float | _curvature = 0.f ) |
|
inline |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const Normal & | p ) |
|
friend |
The documentation for this struct was generated from the following file: