Uses of Class
org.locationtech.jts.jump.warp.Triangle
-
Packages that use Triangle Package Description org.locationtech.jts.jump.warp -
-
Uses of Triangle in org.locationtech.jts.jump.warp
Methods in org.locationtech.jts.jump.warp that return Triangle Modifier and Type Method Description protected Triangle
Triangulator. triangleContaining(org.locationtech.jts.geom.Coordinate p, List triangles)
Methods in org.locationtech.jts.jump.warp with parameters of type Triangle Modifier and Type Method Description protected List
Triangulator. alternativeTriangles(Triangle PQS, Triangle QRS)
protected List
Triangulator. heightMaximizedTriangles(Triangle PQS, Triangle QRS)
The intent of this method is to avoid narrow triangles, which create near singularities.
-