libslic3r
Library for generating gcode from 3d models
Public Types | List of all members
boost::polygon::coordinate_traits< coord_t > Struct Template Reference

#include <Point.hpp>

Public Types

typedef coord_t coordinate_type
 
typedef long double area_type
 
typedef long long manhattan_area_type
 
typedef unsigned long long unsigned_area_type
 
typedef long long coordinate_difference
 
typedef long double coordinate_distance
 

Member Typedef Documentation

◆ area_type

typedef long double boost::polygon::coordinate_traits< coord_t >::area_type

◆ coordinate_difference

typedef long long boost::polygon::coordinate_traits< coord_t >::coordinate_difference

◆ coordinate_distance

typedef long double boost::polygon::coordinate_traits< coord_t >::coordinate_distance

◆ coordinate_type

typedef coord_t boost::polygon::coordinate_traits< coord_t >::coordinate_type

◆ manhattan_area_type

typedef long long boost::polygon::coordinate_traits< coord_t >::manhattan_area_type

◆ unsigned_area_type

typedef unsigned long long boost::polygon::coordinate_traits< coord_t >::unsigned_area_type

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