Vraci true, pokud se na souradnicich [x,y] nachazi platny vrchol, na ktery muze agent vstoupit.
Cislujeme zleva doprava a shora dolu, tedy [0,0] se nachazi v levem hornim rohu.
Namespace: MAPFsimulatorAssembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsVertex(
int x,
int y
)
Public Function IsVertex (
x As Integer,
y As Integer
) As Boolean
public:
bool IsVertex(
int x,
int y
)
member IsVertex :
x : int *
y : int -> bool
Parameters
- x
- Type: SystemInt32
[Missing <param name="x"/> documentation for "M:MAPFsimulator.Graph.IsVertex(System.Int32,System.Int32)"]
- y
- Type: SystemInt32
[Missing <param name="y"/> documentation for "M:MAPFsimulator.Graph.IsVertex(System.Int32,System.Int32)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:MAPFsimulator.Graph.IsVertex(System.Int32,System.Int32)"]
See Also