Noether
0.0.0
|
Aligns the x-axis of all waypoints with the direction of travel between adjacent waypoints. More...
#include <direction_of_travel_orientation_modifier.h>
Public Member Functions | |
ToolPaths | modify (ToolPaths tool_paths) const override final |
Public Member Functions inherited from noether::OneTimeToolPathModifier | |
virtual ToolPaths | modify (ToolPaths toolpaths) const |
Additional Inherited Members | |
Public Types inherited from noether::ToolPathModifier | |
using | Ptr = std::unique_ptr< ToolPathModifier > |
using | ConstPtr = std::unique_ptr< const ToolPathModifier > |
Aligns the x-axis of all waypoints with the direction of travel between adjacent waypoints.
|
finaloverridevirtual |
Reimplemented from noether::ToolPathModifier.