Click or drag to resize
PlanGetNth Method (Double)
Vrati n-ty vrchol planu. Pro n > pocet vrcholu v planu vraci posledni (cilovy) vrchol. Desetinne cislo d, udavajici poradi vrcholu je zaokrouhleno zavolanim metody DoubleToInt.ToInt.

Namespace: MAPFsimulator
Assembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Vertex GetNth(
	double d
)

Parameters

d
Type: SystemDouble

[Missing <param name="d"/> documentation for "M:MAPFsimulator.Plan.GetNth(System.Double)"]

Return Value

Type: Vertex

[Missing <returns> documentation for "M:MAPFsimulator.Plan.GetNth(System.Double)"]

See Also