|
| template<typename Geometry , typename Range > |
| Geometry | boost::geometry::detail::make::make_points (Range const &range) |
| | Construct a geometry. More...
|
| |
| template<typename Geometry , typename Type > |
| Geometry | boost::geometry::make (Type const &c1, Type const &c2) |
| | Construct a geometry. More...
|
| |
| template<typename Geometry , typename Type > |
| Geometry | boost::geometry::make (Type const &c1, Type const &c2, Type const &c3) |
| | Construct a geometry. More...
|
| |
| template<typename Geometry , typename Type > |
| Geometry | boost::geometry::make (Type const &c1, Type const &c2, Type const &c3, Type const &c4) |
| |
| template<typename Geometry > |
| Geometry | boost::geometry::make_inverse () |
| | Construct a box with inverse infinite coordinates. More...
|
| |
| template<typename Geometry > |
| Geometry | boost::geometry::make_zero () |
| | Construct a geometry with its coordinates initialized to zero. More...
|
| |