Tests which of two points is the closest. Returns true if point a is closer to the reference than point b
Example:
if( Closer( center, models[j].origin , models[i].origin ))...
* = mandatory