From bad77bcb529b83daabb29b5aa57776ec18ee5a0e Mon Sep 17 00:00:00 2001 From: Yuri Roubinsky Date: Sat, 14 Mar 2020 10:22:34 +0300 Subject: Implements estimate/compute_cost for AStar2D --- doc/classes/AStar2D.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/AStar2D.xml b/doc/classes/AStar2D.xml index 2639f62552..16fa05041e 100644 --- a/doc/classes/AStar2D.xml +++ b/doc/classes/AStar2D.xml @@ -9,6 +9,30 @@ + + + + + + + + + Called when computing the cost between two connected points. + Note that this function is hidden in the default [code]AStar2D[/code] class. + + + + + + + + + + + Called when estimating the cost between a point and the path's ending point. + Note that this function is hidden in the default [code]AStar2D[/code] class. + + -- cgit v1.2.3