Versions in this module Expand all Collapse all v1 v1.0.2 Aug 2, 2022 v1.0.1 Aug 2, 2022 v1.0.0 Jul 29, 2022 Changes in this version + type AStar struct + func NewAStar(width, height int32, canPassFunc func(x, y int32) bool) *AStar + func (a *AStar) Clear() + func (a *AStar) Find(startNode, endNode *Node) []*Node + type Node struct + X int32 + Y int32 + func NewNode(x, y int32) *Node