samskivert / pythagoras

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

No pythagoras.i.Point.set() #24

Closed aduros closed 11 years ago

aduros commented 11 years ago

i.Point should have set() for parity with the float and double versions? It has setLocation() and move(), but they're not chainable.