libslic3r
Library for generating gcode from 3d models
Public Member Functions | List of all members
Slic3r::MotionPlanner Class Reference

#include <MotionPlanner.hpp>

Public Member Functions

 MotionPlanner (const ExPolygons &islands)
 
 ~MotionPlanner ()
 
Polyline shortest_path (const Point &from, const Point &to)
 
size_t islands_count () const
 

Constructor & Destructor Documentation

◆ MotionPlanner()

Slic3r::MotionPlanner::MotionPlanner ( const ExPolygons islands)

◆ ~MotionPlanner()

Slic3r::MotionPlanner::~MotionPlanner ( )

Member Function Documentation

◆ islands_count()

size_t Slic3r::MotionPlanner::islands_count ( ) const

◆ shortest_path()

Polyline Slic3r::MotionPlanner::shortest_path ( const Point from,
const Point to 
)

The documentation for this class was generated from the following files: