First page Back Continue Last page Summary Graphic
N Body Simulation using Quatrees
Computer the quadtree of the given objects.
For each node of the tree compute the center of mass.
For each object, perform a traversal of the quadtree. Stop as soon as a cell in quadtree is far enough for the query point. Use this collection of cells for the force computation.
Notes: