mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-10 07:34:03 +00:00
of is_simple and is_valid; add qbk doc for is_simple and is_valid; add example for is_simple and is_valid;
27 lines
773 B
Plaintext
27 lines
773 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_valid]
|
|
|
|
[heading_conformance_no_ogc __this_function__]
|
|
|
|
[heading Complexity]
|
|
Constant-time for points, segments and boxes
|
|
|
|
Currently, worst-case quadratic for all other geometries
|
|
|
|
[heading Example]
|
|
[is_valid]
|
|
[is_valid_output]
|
|
|
|
[heading See also]
|
|
* [link geometry.reference.algorithms.is_simple is_simple]
|