Re: Library design

2014-06-13 Thread Rutger via Digitalmars-d-learn
On Friday, 13 June 2014 at 05:54:02 UTC, TheFlyingFiddle wrote: On Friday, 13 June 2014 at 04:11:38 UTC, Rutger wrote: I'm trying to create a minimal tweening library in D based on the commonly used easing equations by Robert Penner (http://www.robertpenner.com/easing/). One of the goals with t

Re: Library design

2014-06-12 Thread TheFlyingFiddle via Digitalmars-d-learn
On Friday, 13 June 2014 at 04:11:38 UTC, Rutger wrote: I'm trying to create a minimal tweening library in D based on the commonly used easing equations by Robert Penner (http://www.robertpenner.com/easing/). One of the goals with the design of the library is that any numeric type should be tween