True, pokud je na pozici [x,y] prekazka.
Namespace: MAPFsimulatorAssembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsObstacle(
int x,
int y
)
Public Function IsObstacle (
x As Integer,
y As Integer
) As Boolean
public:
bool IsObstacle(
int x,
int y
)
member IsObstacle :
x : int *
y : int -> bool
Parameters
- x
- Type: SystemInt32
[Missing <param name="x"/> documentation for "M:MAPFsimulator.Graph.IsObstacle(System.Int32,System.Int32)"]
- y
- Type: SystemInt32
[Missing <param name="y"/> documentation for "M:MAPFsimulator.Graph.IsObstacle(System.Int32,System.Int32)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:MAPFsimulator.Graph.IsObstacle(System.Int32,System.Int32)"]
See Also