Click or drag to resize
Agent Constructor (Int32, Int32, Int32, Int32, Int32)
Initializes a new instance of the Agent class

Namespace: MAPFsimulator
Assembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Agent(
	int sx,
	int sy,
	int tx,
	int ty,
	int id
)

Parameters

sx
Type: SystemInt32

[Missing <param name="sx"/> documentation for "M:MAPFsimulator.Agent.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

sy
Type: SystemInt32

[Missing <param name="sy"/> documentation for "M:MAPFsimulator.Agent.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

tx
Type: SystemInt32

[Missing <param name="tx"/> documentation for "M:MAPFsimulator.Agent.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

ty
Type: SystemInt32

[Missing <param name="ty"/> documentation for "M:MAPFsimulator.Agent.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

id
Type: SystemInt32

[Missing <param name="id"/> documentation for "M:MAPFsimulator.Agent.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also