public interface Triangulator
Modifier and Type | Interface and Description |
---|---|
static class |
Triangulator.Result |
Modifier and Type | Method and Description |
---|---|
Triangulator.Result |
triangulate(Snap snap,
QueryGraph queryGraph,
ShortestPathTree shortestPathTree,
ToDoubleFunction<ShortestPathTree.IsoLabel> fz,
double tolerance) |
Triangulator.Result triangulate(Snap snap, QueryGraph queryGraph, ShortestPathTree shortestPathTree, ToDoubleFunction<ShortestPathTree.IsoLabel> fz, double tolerance)
Copyright © 2012–2021. All rights reserved.