bugfluxus - Bugs: bug #31670, interpolation funcions

 
 

bug #31670: interpolation funcions

Submitter:  gabor papp <gabor_papp>
Submitted:  Tue 16 Nov 2010 10:06:22 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Ready For Test
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 16 Nov 2010 10:06:22 AM UTC, original submission:  

interpolation functions are not logical:
(define a #(1 2 3))
(define b #(4 5 6))
(vlerp a b 0) -> #(4 5 6)
(vlerp a b 1) -> #(1 2 3)
while the expected output would be:
vlerp a b 0) -> #(1 2 3)
(vlerp a b 1) -> #(4 5 6)

the same applies to (lerp), (mlerp) and (vlerp-tangent) probably

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
    2010-12-09 gabor_papp StatusNone Ready For Test

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code