]> git.itanic.dy.fi Git - sdl-planets/commit
Move position vector from planet to quadtree
authorTimo Kokkonen <kaapeli@itanic.dy.fi>
Sat, 30 Oct 2010 16:57:19 +0000 (19:57 +0300)
committerTimo Kokkonen <kaapeli@itanic.dy.fi>
Sat, 30 Oct 2010 16:57:19 +0000 (19:57 +0300)
commit7c5e6568e7b3057cbb1d2167d72b931ecc9df16b
tree6ae5affbfbd0c7e947cee4a8d913261fbedf6617
parent2295e56851607fe4e23c5b5101adc20e68e29b0c
Move position vector from planet to quadtree

Moving the position information inside the quadtree structure will
make it eventually much easier to do varios tree operations within the
quadtree code. Most of the quadtree callback functions can be moved
inside the quadtree code. This patch implements just the first part of
the change, moving the coordinates inside quadtree.

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
planet.c
planet.h
quadtree.h