samskivert / pythagoras

A portable library of geometry classes for Java
Apache License 2.0
44 stars 14 forks source link

Take shortcuts in translate() and scale(). #18

Closed aduros closed 11 years ago

samskivert commented 11 years ago

Sorry about the delay on merging this. I'm not 100% sure what you're doing is correct, but I need to write some test cases to be sure one way or the other.

samskivert commented 11 years ago

Oops, my concern was about the PlayN patch for concatenating transforms with an origin. Anyway, I verified that that one worked under a bunch of different origins and transforms and this one is straight forward, so all clear!