Skip to content

AIPathGraph3D

jay19240 edited this page Dec 11, 2024 · 2 revisions

AIPathGraph3D

Three-dimensions path graph.

  • inherit from: AIPathGraph

Constructors

  • new AIPathGraph3D(nodes: Map): AIPathGraph3D
    • nodes: The graph data.

Methods

  • getDistance(a: AIPathNode, b: AIPathNode): number
    • a: The node A.
    • b: The node B.
Clone this wiki locally