Usage of the SDK constitutes your agreement with the Matterport SDK Agreement. Email developers@matterport.com with any questions.
Type parameters
-
T
Hierarchy
- SearchOptions
Index
Methods
Methods
heuristic
-
An estimate of the "distance" between
vertexA
andvertexB
. The default heuristic function returns 0.Parameters
-
vertexA: Graph.Vertex<T>
-
vertexB: Graph.Vertex<T>
-
edge: Graph.Edge<T>
Returns number
-
Options that can configure how the A* algorithm runs.