pghull
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
Calculate the hull polygon of two polygons.
- Usage
pghull(X, IX, Y, IY)
- X
- a closed point-list or a polygon-stream defining one or more polygons.
- IX
- the index of a polygon of X; 0 ≤ IX <
pgget(X)
- Y
- a closed point-list or a polygon-stream defining one or more polygons.
- IY
- the index of a polygon of Y; 0 ≤ IY <
pgget(Y)