[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: |
Wed, 30 Nov 2016 01:09:09 +0000 (UTC) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.100 Safari/537.36 |
Follow-up Comment #26, patch #9000 (project octave):
Hi Philip,
I have included most of your contributions in geometry-3.0.0
isPolygonCCW: now accepts a library as an option, currently "geometry" and
"clipper" and uses the corresponding function. now is called
isPolygonCW_Clipper to maintain naming convention.
When "geometry" is selected it uses the mfile version, which I wrote from
scratch because it was too simple for what Amr was doing, sorry for that.
I would appreciate if you can clone the octave forge repo
https://sourceforge.net/p/octave/geometry/ci/default/tree/
and run
make check
or alternatively
make run
and then
test isPoligonCCW
in the octave prompt
You will see two XFAIL, those come from Clipper not giving the right answer!
Check the xtests in isPolygonCCW.m
Do you know why it fails?
Also, would you know how to remove this warning that I get when I install
geometry?
warning: doc_cache_create: unusable help text found in file 'clipper'
I will work in the boolean operations in the next chance I get.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?9000>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Octave-patch-tracker] [patch #9000] Polygon functions for geometry/mapping package,
Juan Pablo Carbajal <=