C# Class VeeGen.Pathfinding.Path

Inheritance: IEnumerable
Mostrar archivo Open project: SuperV1234/VeeGen Class Usage Examples

Public Methods

Method Description
AddStep ( PGNode step, double stepCost ) : Path
GetEnumerator ( ) : IEnumerator
Path ( PGNode start ) : System.Collections

Private Methods

Method Description
IEnumerable ( ) : IEnumerator
Path ( PGNode lastStep, Path previousSteps, double totalCost ) : System.Collections

Method Details

AddStep() public method

public AddStep ( PGNode step, double stepCost ) : Path
step PGNode
stepCost double
return Path

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

Path() public method

public Path ( PGNode start ) : System.Collections
start PGNode
return System.Collections