libslic3r
Library for generating gcode from 3d models
Public Types | Static Public Member Functions | List of all members
boost::polygon::point_mutable_traits< Point > Struct Template Reference

#include <Point.hpp>

Public Types

typedef coord_t coordinate_type
 

Static Public Member Functions

static void set (Point &point, orientation_2d orient, coord_t value)
 
static Point construct (coord_t x_value, coord_t y_value)
 

Member Typedef Documentation

◆ coordinate_type

typedef coord_t boost::polygon::point_mutable_traits< Point >::coordinate_type

Member Function Documentation

◆ construct()

static Point boost::polygon::point_mutable_traits< Point >::construct ( coord_t  x_value,
coord_t  y_value 
)
inlinestatic

◆ set()

static void boost::polygon::point_mutable_traits< Point >::set ( Point point,
orientation_2d  orient,
coord_t  value 
)
inlinestatic

The documentation for this struct was generated from the following file: