OSDN Git Service

Remove global shared state mutation from Vector2d.lerp()
authorbitiotic <github@bitiotic.com>
Wed, 30 Jan 2013 20:53:40 +0000 (12:53 -0800)
committerbitiotic <github@bitiotic.com>
Wed, 30 Jan 2013 21:15:26 +0000 (13:15 -0800)
commit41258f260c597b53984caaf9bcc56ff050fde426
treec37019e70eb97a3118a2c8bc88e3a319224b81f6
parent44062b8c616262f7e884e7ae4c90b5d9a9cb85a6
Remove global shared state mutation from Vector2d.lerp()

Add a Vector2dTest test case
gdx/src/com/badlogic/gdx/math/Vector2.java
tests/gdx-tests/src/com/badlogic/gdx/tests/Vector2dTest.java [new file with mode: 0644]