• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[/============================================================================
2  Boost.Geometry (aka GGL, Generic Geometry Library)
3
4  Copyright (c) 2014, Oracle and/or its affiliates.
5
6  Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
7
8  Licensed under the Boost Software License version 1.0.
9  http://www.boost.org/users/license.html
10=============================================================================/]
11
12[def __this_function__ is_simple]
13
14[heading_conformance_ogc __this_function__..IsSimple]
15
16[include reference/status/is_simple_status.qbk]
17
18[heading Complexity]
19Constant-time for points, segments and boxes
20
21Linear for rings, polygons and multi-polygons
22
23Linearithmic for multi-points, linestrings and multi-linestrings
24
25[heading Example]
26[is_simple]
27[is_simple_output]
28
29[heading See also]
30* [link geometry.reference.algorithms.is_valid is_valid]
31