Class AStar.Candidate

    • Constructor Detail

      • Candidate

        public Candidate​(ST segment,
                         PT entryPoint,
                         double costToReach,
                         double estimatedCost)
        Construct a candidate.
        Parameters:
        segment - the segment
        entryPoint - the entry point.
        costToReach - the cost to reach the entry point.
        estimatedCost - the estimated cost between the entry point and the target point.