Menelaos Karavelas ff8d26e3e9 [doc][is_simple, is_valid] add doxygen and qbk support for documentation
of is_simple and is_valid; add qbk doc for is_simple and is_valid;
add example for is_simple and is_valid;
2014-06-27 02:35:33 +03:00

29 lines
830 B
Plaintext

[/============================================================================
Boost.Geometry (aka GGL, Generic Geometry Library)
Copyright (c) 2014, Oracle and/or its affiliates.
Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
Licensed under the Boost Software License version 1.0.
http://www.boost.org/users/license.html
=============================================================================/]
[def __this_function__ is_simple]
[heading_conformance_ogc __this_function__..IsSimple]
[heading Complexity]
Constant-time for points, segments and boxes
Linear for rings, polygons and multi-polygons
Worst-case quadratic for linestrings and multi-linestrings
[heading Example]
[is_simple]
[is_simple_output]
[heading See also]
* [link geometry.reference.algorithms.is_valid is_valid]