octave-patch-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-patch-tracker] [patch #9000] Polygon functions for geometry/mapp


From: Philip Nienhuis
Subject: [Octave-patch-tracker] [patch #9000] Polygon functions for geometry/mapping package
Date: Sat, 28 May 2016 11:36:33 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40

Follow-up Comment #9, patch #9000 (project octave):

The boost "libraries" turn out to comprise 105 MB of include files. Wow.
Its a personal thing but I'm never fond of big piles of junk of which in the
end only a few files will be used. 105 MB is > 10 % of the total install size
of current mxe-octave builds.

A native .m ccw (for one polygon) could be a simple wrapper about polygonArea:
s/th like:

<texinfo>
:
ccw = polygonArea (XY) >= 0;

..but polysplit/clipper also do sets of polygons. So an ispolycw could also
be:

cw = polysplit (XY);


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?9000>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]