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

 
 

bug #50307: [octave forge] (geometry) transformEdge error

Submitter:  Enneric Valmorin <enneric>
Submitted:  Wed 15 Feb 2017 12:02:28 AM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * 4.2.0 Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 14 Aug 2017 12:20:06 AM UTC, comment #1: 

Thanks,
This is now fixed in the dev version of the package and the function is slightly faster.

commit 572e2c9dbd7f

@devs: please close this bug

Juan Pablo Carbajal <juanpi>
Group Member
Wed 15 Feb 2017 12:02:28 AM UTC, original submission:  

Hi Juan,
 
In transformEdge.m lines 51 and 52, should change from


  dest(:,3) = edge(:,3)*trans(1,1) + edge(:,3)*trans(1,2);
  dest(:,4) = edge(:,4)*trans(2,1) + edge(:,4)*trans(2,2);
to
  dest(:,3) = edge(:,3)*trans(1,1) + edge(:,4)*trans(1,2);
  dest(:,4) = edge(:,3)*trans(2,1) + edge(:,4)*trans(2,2);


Thank you in advance.

Enneric Valmorin <enneric>

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #39754:  transformEdge.patch added by enneric (440B - text/x-patch)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by juanpi (Posted a comment)
  • -email is unavailable- added by jwe (Updated the item)
  • -email is unavailable- added by enneric (Submitted the item)
  • -email is unavailable- added by enneric
  •  

    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
    2017-08-14 jwe StatusNone Fixed
        Open/ClosedOpen Closed
    2017-08-12 jwe Summarygeometry: transformEdge error [octave forge] (geometry) transformEdge error
    2017-02-15 enneric Attached File- Added transformEdge.patch, #39754
        Carbon-Copy- Added juanpi

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code