Home
last modified time | relevance | path

Searched refs:fromHeightMapPos (Results 1 – 4 of 4) sorted by relevance

/dports/games/spring/spring_98.0/AI/Skirmish/HughAI/src-ai/hughai/mapping/
H A DMovementMaps.java65 public static MovementMapPos fromHeightMapPos( HeightMapPos heightMapPos ) { in fromHeightMapPos() method in MovementMaps.MovementMapPos
358 SlopeMapPos slopeMapPos = SlopeMapPos.fromHeightMapPos( heightMapPos ); in GenerateInfantryAccessibleMap()
390 SlopeMapPos slopeMapPos = SlopeMapPos.fromHeightMapPos( heightMapPos ); in GenerateVehicleAccessibleMap()
H A DBuildPlanner.java104 … MovementMapPos movementMapPos = MovementMapPos.fromHeightMapPos( heightMapPos ); in ClosestBuildSite()
H A DSlopeMap.java60 public static SlopeMapPos fromHeightMapPos( HeightMapPos heightMapPos ) { in fromHeightMapPos() method in SlopeMap.SlopeMapPos
H A DBuildMap.java61 public static BuildMapPos fromHeightMapPos( HeightMapPos heightMapPos ) { in fromHeightMapPos() method in BuildMap.BuildMapPos