Click or drag to resize
GraphIsObstacle Method
True, pokud je na pozici [x,y] prekazka.

Namespace: MAPFsimulator
Assembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool IsObstacle(
	int x,
	int y
)

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