bugfluxus - Bugs: bug #25674, vadd/vsub/vmul with 4d vectors

 
 

bug #25674: vadd/vsub/vmul with 4d vectors

Submitter:  gabor papp <gabor_papp>
Submitted:  Mon 23 Feb 2009 09:37:01 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 20 Mar 2009 11:57:52 AM UTC, comment #1: 

same with vmul:

(vmul (vector 1 2 3 4) 2)
#(2.0 4.0 6.0)

gabor papp <gabor_papp>
Group Member
Mon 23 Feb 2009 09:37:01 AM UTC, original submission:  

vadd and vsub expect 3d or 4d vectors, but they only work for 3d vectors

(vadd (vector 1 2 3 4) (vector 1 2 3 4))
#(2.0 4.0 6.0)

(vsub (vector 1 2 3 4) (vector 1 2 3 0))
#(0.0 0.0 0.0)

would be nice if it worked for other vector sizes than 3 or 4 as well.

gabor papp <gabor_papp>
Group Member

 

(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 gabor_papp (Submitted the item)
  •  

    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 logged-in users can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2009-03-20 gabor_papp Summaryvadd/vsub with 4d vectors vadd/vsub/vmul with 4d vectors

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code