HNode

ostrat.prid.phex.HNode
case class HNode(tile: HCen, var gCost: Int, var hCost: Int, var parent: Option[HNode])

Hex grid path finding node.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def fCost: Int

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product