| 
    Noether
    0.0.0
    
   | 
 
Modifier that adjusts the parameters of the tool approach trajectory to the media.
#include <circular_lead_in_modifier.h>

Public Member Functions | |
| CircularLeadInModifier (double arc_angle, double arc_radius, double n_points) | |
| ToolPaths | modify (ToolPaths tool_paths) const override final | 
Protected Attributes | |
| double | arc_angle_ | 
| double | arc_radius_ | 
| double | n_points_ | 
Additional Inherited Members | |
  Public Types inherited from noether::ToolPathModifier | |
| using | Ptr = std::unique_ptr< ToolPathModifier > | 
| using | ConstPtr = std::unique_ptr< const ToolPathModifier > | 
      
  | 
  finaloverridevirtual | 
Reimplemented from noether::ToolPathModifier.