summaryrefslogtreecommitdiff
path: root/libs/geometry/doc/reference/core/point_order.qbk
diff options
context:
space:
mode:
Diffstat (limited to 'libs/geometry/doc/reference/core/point_order.qbk')
-rw-r--r--libs/geometry/doc/reference/core/point_order.qbk24
1 files changed, 24 insertions, 0 deletions
diff --git a/libs/geometry/doc/reference/core/point_order.qbk b/libs/geometry/doc/reference/core/point_order.qbk
new file mode 100644
index 000000000..84d967ee1
--- /dev/null
+++ b/libs/geometry/doc/reference/core/point_order.qbk
@@ -0,0 +1,24 @@
+[/============================================================================
+ Boost.Geometry (aka GGL, Generic Geometry Library)
+
+ Copyright (c) 2009-2012 Barend Gehrels, Amsterdam, the Netherlands.
+
+ Use, modification and distribution is subject to the Boost Software License,
+ Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+ http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================/]
+
+[note The point order is defined for any geometry type, but only has a real meaning
+ for areal geometry types (ring, polygon, multi_polygon)
+]
+
+[heading Complexity]
+Compile time
+
+[heading Example]
+[point_order]
+[point_order_output]
+
+[heading See also]
+* [link geometry.reference.enumerations.order_selector The order_selector enumeration]
+