#include <SL_GridCell.h>
Public Methods | |
SL_GridCell () | |
virtual | ~SL_GridCell () |
void | add (const Vec2f dotPtr) |
bool | AllowSetPointInCell (const Vec2f dotPtr, float fDistSqr) |
Static Public Methods | |
bool | AcceptDistanceDot2Dot (const Vec2f dot1, const Vec2f dot2, float fDistSqr) |
Public Attributes | |
vector< Vec2f > | elementList |
|
|
|
|
|
returns TRUE if both dots are not to close else FALSE. |
|
|
|
test, if dot may be set or not. if may be set, dot is inserted into gridCell. distSqr must be dist*dist. |
|
|