Adding shape splitting functionallity to objects.
commit6e69072db8a28f2110f8c7a520c861fcfdd8ac4c
authorRynhardt Kruger <rynkruger@gmail.com>
Sun, 27 Nov 2011 04:18:06 +0000 (27 06:18 +0200)
committerRynhardt Kruger <rynkruger@gmail.com>
Sun, 27 Nov 2011 04:18:06 +0000 (27 06:18 +0200)
tree7e9c9aac47aa3b0632fd7995043266680d146163
parentc7967f8c28f961e29a8c78da35a70cc11ff98fb9
Adding shape splitting functionallity to objects.
Added BoundBox shape -- represents a box between two points.
examples/WorldExample.java
src/org/alterverse/shapes/Shape.java
src/org/alterverse/world/GameObject.java