Skip to content

Commit

Permalink
added new help files for geometry functions
Browse files Browse the repository at this point in the history
  • Loading branch information
astroidex committed Sep 15, 2013
1 parent 81d00d3 commit f51dfc5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions resources/function_help/convexHull
@@ -0,0 +1,12 @@
<h3>convexHull function</h3>
Returns the convex hull of a geometry. It represents the minimum convex geometry that encloses all geometries within the set.

<h4>Syntax</h4>
<pre>convexHull( $geometry , $geometry)</pre>

<h4>Arguments</h4>
geometry &rarr; geometry
geometry &rarr; geometry

<h4>Example</h4>
<pre> &rarr; returns </pre>

0 comments on commit f51dfc5

Please sign in to comment.