OSDN Git Service

added GridPoint2, GridPoint3, for integer positions
authorbadlogic <badlogicgames@gmail.com>
Sat, 13 Jul 2013 11:36:16 +0000 (13:36 +0200)
committerbadlogic <badlogicgames@gmail.com>
Sat, 13 Jul 2013 11:36:16 +0000 (13:36 +0200)
commit13a7ebc8cc67c229f21515616f98e37162340d04
tree71bb57d8132e7ae3c37a7cd9257a5dd2cde61bcf
parente6bac7b044fc36372a7e546efffdfb51a4ad6d10
added GridPoint2, GridPoint3, for integer positions
gdx/src/com/badlogic/gdx.gwt.xml
gdx/src/com/badlogic/gdx/math/Bresenham2.java
gdx/src/com/badlogic/gdx/math/GridPoint2.java [new file with mode: 0644]
gdx/src/com/badlogic/gdx/math/GridPoint3.java [new file with mode: 0644]
tests/gdx-tests/src/com/badlogic/gdx/tests/Bresenham2Test.java