phlsa / gmynd-old

A toolkit that makes creating graphics easy
2 stars 0 forks source link

Add Utility Functions #5

Closed phlsa closed 11 years ago

phlsa commented 11 years ago

Some utlity functions like map, dist, constrain or lerp would be nice. Maybe create a package like Gmynd.Utility that then gets globalized to Utility. I am completely open to better name suggestions.

bohnacker commented 11 years ago

I think Gmynd.Calculate would be better. Then it will read e.g. Calculate.dist(), which sounds better. Of course, for other functions lice Calculate.map() this is no improvement.