public bool SamePos(Vector2 otherPos)
 {
     return otherPos.VEquals(GridPos);
 }