Package com.prineside.luaj.mapping.parts
Class LJ_GDX_ai.Heuristic_CD.LIP
java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_GDX_ai.Heuristic_CD.LIP
- All Implemented Interfaces:
com.badlogic.gdx.ai.pfa.Heuristic
,com.esotericsoftware.kryo.KryoSerializable
- Enclosing class:
- LJ_GDX_ai.Heuristic_CD
public static class LJ_GDX_ai.Heuristic_CD.LIP
extends InterfaceProxy
implements com.badlogic.gdx.ai.pfa.Heuristic
-
Method Summary
Methods inherited from class com.prineside.luaj.mapping.InterfaceProxy
getLuaObj, read, write
-
Method Details
-
estimate
Description copied from interface:com.badlogic.gdx.ai.pfa.Heuristic
Calculates an estimated cost to reach the goal node from the given node.- Specified by:
estimate
in interfacecom.badlogic.gdx.ai.pfa.Heuristic
- Parameters:
p1
- the start nodep2
- the end node- Returns:
- the estimated cost
-