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

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

[Octave-bug-tracker] [bug #55372] [octave forge] (geometry) wrong functi


From: Juan Pablo Carbajal
Subject: [Octave-bug-tracker] [bug #55372] [octave forge] (geometry) wrong function call in minConvexHull
Date: Tue, 12 Mar 2019 00:41:57 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:65.0) Gecko/20100101 Firefox/65.0

Update of bug #55372 (project octave):

                  Status:                    None => Fixed                  
             Assigned to:                    None => juanpi                 
                 Release:                   4.2.2 => other                  

    _______________________________________________________

Follow-up Comment #1:

Hi,

This is fixed in the upstream version of matGeom, will be fixed for the next
release of geometry, and octave forge's matgeom

To check if this is true, you can clone the matgeom package

git clone git://git.code.sf.net/p/octave/matgeom octave-matgeom


move to the package folder,

cd octave-matgeom/matGeom


start octave and run

setupMatGeom
[n, e, f] = createCube;
f2 = minConvexHull(n);
drawMesh(n, f2);



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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