Options
All
  • Public
  • Public/Protected
  • All
Menu

graph的接口,可以提供给AstarPathfinder.search方法

Type parameters

  • T

Hierarchy

  • IAstarGraph

Implemented by

Index

Methods

cost

  • cost(from: T, to: T): number

getNeighbors

  • getNeighbors(node: T): Array<T>

heuristic

  • heuristic(node: T, goal: T): any

Generated using TypeDoc