blaze.collision.nbody.sortAndSweep



class SortAndSweep : blaze.collision.nbody.broadPhase.BroadPhase;
Sort & Sweep algorithm

int gSortAxis ;
Specifies axis (0 or 1) to sort on

void search ();
Sort & Sweep algorithm, from "Real-Time Collision Detection" by Christer Ericson

void shellSort ();
Array Shell sort algorithm

Todo:
Maybe move this to blaze.common?

Page was generated with on Tue Feb 10 19:13:12 2009