Noether
0.0.0
|
Returns the center of the axis-aligned bounding box (AABB) as the origin. More...
#include <aabb_origin_generator.h>
Public Member Functions | |
Eigen::Vector3d | generate (const pcl::PolygonMesh &mesh) const override final |
Additional Inherited Members | |
Public Types inherited from noether::OriginGenerator | |
using | Ptr = std::unique_ptr< OriginGenerator > |
using | ConstPtr = std::unique_ptr< const OriginGenerator > |
Returns the center of the axis-aligned bounding box (AABB) as the origin.
|
finaloverridevirtual |
Implements noether::OriginGenerator.