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: Juan Pablo Carbajal
Subject: [Octave-patch-tracker] [patch #9000] Polygon functions for geometry/mapping package
Date: Sat, 28 May 2016 16:24:17 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36

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

Ok, so here is my proposed plan

Boost: we leave it as external dependecy. If the user have it then the
function works/exists

isPolygonCCW:
- Wrapper around polygonArea using cellfun for polygon sets
- Wrapper around (dissected) polyclip (I guess you meant polyclip not
polysplit).

We check which one goes faster, we package that one. (we could also benchmark
the boost version).

polygonClip:
- Frontend function for
  - polygonClip_boost
  - polygonClip_clipper.m (Dissected from polyclip)
  - polygonClip_native.m 
  - ...

optimize_branch_cuts.m --> polygon2patch.m

Merge examples (demos) and test into respective functions.

Write a nice Wiki section on the geometry package.

Are you in or do I take it alone?




    _______________________________________________________

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]