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

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

[Octave-bug-tracker] [bug #55895] __go_patch__ fails when NaN vertices e


From: Rik
Subject: [Octave-bug-tracker] [bug #55895] __go_patch__ fails when NaN vertices exist
Date: Thu, 14 Mar 2019 18:29:16 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #3, bug #55895 (project octave):

Regarding comment #1, attached is a plot from this code


v = [0 0 0; 1 0 0; 0 1 0; 0 0 1; nan nan nan];
f = 1:rows(v)
patch("vertices", v, "faces", f);
view (3)


made with octave-5.1.  The results are the same with Matlab.

Note that the polygon is not closed, because of the NaN.


(file #46540)
    _______________________________________________________

Additional Item Attachment:

File name: nanpatch.png                   Size:15 KB
    <https://savannah.gnu.org/file/nanpatch.png?file_id=46540>



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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