Warning hunt session followup

This commit is contained in:
tamasmeszaros 2019-06-17 10:05:46 +02:00
parent 9ffd294f07
commit ce22251707
4 changed files with 37 additions and 82 deletions

View file

@ -11,11 +11,6 @@
namespace Slic3r {
namespace sla {
using coord_t = Point::coord_type;
/// get the scaled clipper units for a millimeter value
inline coord_t mm(double v) { return coord_t(v/SCALING_FACTOR); }
/// Get x and y coordinates (because we are eigenizing...)
inline coord_t x(const Point& p) { return p(0); }
inline coord_t y(const Point& p) { return p(1); }