C# Class VeeGen.Pathfinding.Path

Inheritance: IEnumerable
Afficher le fichier Open project: SuperV1234/VeeGen Class Usage Examples

Méthodes publiques

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

Private Methods

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

Method Details

AddStep() public méthode

public AddStep ( PGNode step, double stepCost ) : Path
step PGNode
stepCost double
Résultat Path

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

Path() public méthode

public Path ( PGNode start ) : System.Collections
start PGNode
Résultat System.Collections