diff --git a/doc/circle_layout.html b/doc/circle_layout.html index 57f91cb9c..f0594e606 100644 --- a/doc/circle_layout.html +++ b/doc/circle_layout.html @@ -7,8 +7,7 @@ -->
![]() | Home | Libraries | People | FAQ | More |
Function template circle_graph_layoutboost::circle_graph_layout — Layout the graph with the vertices at the points of a regular n-polygon.
template<typename VertexListGraph, typename PositionMap, typename Radius> - void circle_graph_layout(const VertexListGraph & g, PositionMap position, - Radius radius);
The distance from the center of the polygon to each point is determined by the radius parameter. The position parameter must be an Lvalue Property Map whose value type is a class type containing x and y members that will be set to the x and y coordinates. +void circle_graph_layout(const VertexListGraph & g, PositionMap position, Radius radius);
The distance from the center of the polygon to each point is determined by the radius parameter. The position parameter must be an Lvalue Property Map whose value type is a class type containing x and y members that will be set to the x and y coordinates.