Class AStar.Path
raft.kilavuz.runtime
java.lang.Object
  raft.kilavuz.runtime.AStar.Path
Enclosing class:

public static class AStar.Path
extends Object
result of a successfull path find attempt

Field Summary
context
more information about pathfinding enviroment
float
cost
actual cost of this path
startNode
first node in path
transitions
transitions to next nodes in path
Field Detail
startNode
public final AStar.Node startNode
first node in path

transitions
public final List<AStar.Transition> transitions
transitions to next nodes in path

context
public final PathContext context
more information about pathfinding enviroment

cost
public final float cost
actual cost of this path
Since:
0.91
Java API documentation generated with DocFlex/Doclet v1.5.2
DocFlex/Doclet is both a multi-format Javadoc doclet and a free edition of DocFlex/Javadoc. If you need to customize your Javadoc without writing a full-blown doclet from scratch, DocFlex/Javadoc may be the only tool able to help you! Find out more at www.docflex.com