bool AtCheckpoint(float distance) { return(MapUtility.Delta(pt.Position, _path.Peek().transform.position) < distance); }