Example #1
0
 public Vec2i Go(Dir8 dir, int dist = 1)
 {
     return(this + dir.ToVec2i() * dist);
 }