public class BreadthFirstSearchPlanStep extends SearchPlanStep
Contact: Don Brutzman (web.nps.navy.mil/~brutzman) brutzman@nps.navy.mil
cost, endPt, startPt, trackSpacing| Constructor and Description | 
|---|
| BreadthFirstSearchPlanStep(double startPsi,
                          double[] start,
                          double[] end,
                          double trackSpacing)Creates a new instance of BreadthFirstSearchPlanStep | 
public BreadthFirstSearchPlanStep(double startPsi,
                          double[] start,
                          double[] end,
                          double trackSpacing)
startPsi - heading of the vehicle upon starting this pointstart - a double[2] containing the (x, y) position prior to this stepend - a double[2] containing the (x, y) position following this steptrackSpacing - the distance (meters) between tracks during the searchpublic Object clone()
clone in class SearchPlanStep