• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[/============================================================================
2  Boost.Geometry (aka GGL, Generic Geometry Library)
3
4  Copyright (c) 2009-2012 Barend Gehrels, Amsterdam, the Netherlands.
5  Copyright (c) 2009-2012 Mateusz Loskot, London, UK.
6  Copyright (c) 2009-2012 Bruno Lalande, Paris, France.
7
8  Use, modification and distribution is subject to the Boost Software License,
9  Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
10  http://www.boost.org/LICENSE_1_0.txt)
11=============================================================================/]
12
13[def __this_function__ perimeter]
14
15[heading_conformance_no_ogc __this_function__]
16[note PostGIS contains an algorithm with the same name and the
17  same functionality.
18  See the [@http://www.postgis.org/docs/ST_Perimeter.html PostGIS documentation].
19]
20
21[heading Behavior]
22[table
23[[Case] [Behavior] ]
24[[__0dim__][Returns zero]]
25[[__1dim__][Returns zero]]
26[[__2dim__][Returns the perimeter]]
27]
28
29
30[heading Complexity]
31Linear
32