public class Reachability
extends java.lang.Object
| Constructor and Description |
|---|
Reachability() |
| Modifier and Type | Method and Description |
|---|---|
static long |
getClosestWalkablePointToTarget(int x1,
int y1,
int x2,
int y2,
Grid grid) |
static long |
getClosestWalkablePointToTarget(int x1,
int y1,
int x2,
int y2,
int scale,
Grid grid) |
static long |
getClosestWalkablePointToTarget(int x1,
int y1,
int x2,
int y2,
int scale,
Grid grid,
Fence fence) |
static boolean |
isReachable(int x1,
int y1,
int x2,
int y2,
Grid grid) |
static boolean |
isReachable(int x1,
int y1,
int x2,
int y2,
int scale,
Grid grid) |
public static boolean isReachable(int x1,
int y1,
int x2,
int y2,
Grid grid)
public static boolean isReachable(int x1,
int y1,
int x2,
int y2,
int scale,
Grid grid)
public static long getClosestWalkablePointToTarget(int x1,
int y1,
int x2,
int y2,
Grid grid)
public static long getClosestWalkablePointToTarget(int x1,
int y1,
int x2,
int y2,
int scale,
Grid grid)
Copyright © 2019. All rights reserved.