bugGNU Octave - Bugs: bug #55372, [octave forge] (geometry) wrong...

 
 

bug #55372: [octave forge] (geometry) wrong function call in minConvexHull

Submitter:  None
Submitted:  Thu 03 Jan 2019 03:50:27 PM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Assigned to:  juanpi
Originator Name:  André Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * other
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 10 Nov 2020 01:56:18 PM UTC, comment #3: 

Closing bug already marked as fixed.

Markus Mützel <mmuetzel>
Group administrator
Tue 12 Mar 2019 04:43:45 AM UTC, comment #2: 

the clone command gets stripped. The last argument of the command should read

octave-matgeom


Juan Pablo Carbajal <juanpi>
Group Member
Tue 12 Mar 2019 04:41:57 AM UTC, 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);


Juan Pablo Carbajal <juanpi>
Group Member
Thu 03 Jan 2019 03:50:27 PM UTC, original submission:  

Calling the minConvexHull function of the geometry package throws an error of a missing function vectorNorm3d.

error: 'vectorNorm3d' undefined near line 98 column 20
error: called from
    minConvexHull at line 98 column 9

I belive there is no special 3d function here. Changing that line to call vectorNorm (without "3d") seems to solve the problem (both programatically and mathematically)


Cheers,
André

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mmuetzel (Posted a comment)
  • -email is unavailable- added by juanpi (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2020-11-10 mmuetzel Open/ClosedOpen Closed
    2019-03-12 juanpi StatusNone Fixed
        Assigned toNone juanpi
        Release4.2.2 other
    2019-01-04 mtmiller Summarywrong function call in minConvexHull of geometry package [octave forge] (geometry) wrong function call in minConvexHull

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code