A point structure representing the three moment invariants. More...
#include <pcl/impl/point_types.hpp>
|
| float |
j1 = 0.f |
| float |
j2 = 0.f |
| float |
j3 = 0.f |
A point structure representing the three moment invariants.
Definition at line 1135 of file point_types.hpp.
MomentInvariants() [1/2]
| constexpr pcl::MomentInvariants::MomentInvariants | ( | |
) | | | inlineconstexprdefault |
MomentInvariants() [2/2]
| constexpr pcl::MomentInvariants::MomentInvariants | ( | float |
_j1, | | | float |
_j2, | | | float |
_j3 | | ) | |
| | inlineconstexpr |
operator<<
j1
| float pcl::MomentInvariants::j1 = 0.f |
j2
| float pcl::MomentInvariants::j2 = 0.f |
j3
| float pcl::MomentInvariants::j3 = 0.f |
The documentation for this struct was generated from the following file: