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

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

[Octave-bug-tracker] [bug #56506] [octave-forge] (geometry) clpPolygon_m


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #56506] [octave-forge] (geometry) clpPolygon_mrf crashes on non-overlapping polygons
Date: Fri, 9 Aug 2019 05:16:10 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0 SeaMonkey/2.48

Follow-up Comment #2, bug #56506 (project octave):

A little more polishing to do:
empty output should rather be [](0x2) as in:

>> [outpol, f] = clipPolygon_clipper (subpol, clppol2, 1)
outpol = [](0x2)
f = 0


instead of

>> [outpol, f] = clipPolygon_mrf (subpol, clppol2, 1)
outpol = [](0x0)
f = 0


to allow adding results to a list of polygons (-vertices).

I'll come up with a revised cset later on.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56506>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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