public bool CellWithinBounds(int cell)
 {
     return(ColliderPartition.MemberWithinBounds(cell));
 }