Generates the raster direction along the largest principal axis of the input mesh.
#include <principal_axis_direction_generator.h>
|
| PrincipalAxisDirectionGenerator (double rotation_offset=0.0) |
|
Eigen::Vector3d | generate (const pcl::PolygonMesh &mesh) const override final |
|
|
double | rotation_offset_ |
| Rotation offset (radians) to apply about the smallest principal axis to the generated raster direction.
|
|
◆ generate()
Eigen::Vector3d noether::PrincipalAxisDirectionGenerator::generate |
( |
const pcl::PolygonMesh & |
mesh | ) |
const |
|
finaloverridevirtual |