#include <NearestPlaneCapable.h>
Public Member Functions | |
NearestPlaneResult ()=default | |
Public Attributes | |
float | distance = 0 |
Absolute value of plane-point distance, if a pairing is found: More... | |
std::optional< point_plane_pair_t > | pairing |
Found pairing: More... | |
Definition at line 31 of file NearestPlaneCapable.h.
|
default |
float mp2p_icp::NearestPlaneCapable::NearestPlaneResult::distance = 0 |
Absolute value of plane-point distance, if a pairing is found:
Definition at line 39 of file NearestPlaneCapable.h.
std::optional<point_plane_pair_t> mp2p_icp::NearestPlaneCapable::NearestPlaneResult::pairing |
Found pairing:
Definition at line 36 of file NearestPlaneCapable.h.