|
template<typename Geometry , typename Point , typename Strategy > |
void | boost::geometry::centroid (Geometry const &geometry, Point &c, Strategy const &strategy) |
| Calculates the centroid of a geometry using the specified strategy. More...
|
|
template<typename Geometry , typename Point > |
void | boost::geometry::centroid (Geometry const &geometry, Point &c) |
| Calculates the centroid of a geometry. More...
|
|
template<typename Point , typename Geometry > |
Point | boost::geometry::return_centroid (Geometry const &geometry) |
| Calculates the centroid of a geometry. More...
|
|
template<typename Point , typename Geometry , typename Strategy > |
Point | boost::geometry::return_centroid (Geometry const &geometry, Strategy const &strategy) |
| Calculates the centroid of a geometry using the specified strategy. More...
|
|