public class Triangulation extends Object
| Constructor and Description | 
|---|
Triangulation()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
assertTriangle(int v1,
              int v2,
              int v3)  | 
void | 
assertTriangle(org.locationtech.jts.triangulate.quadedge.QuadEdge e1,
              org.locationtech.jts.triangulate.quadedge.QuadEdge e2,
              org.locationtech.jts.triangulate.quadedge.QuadEdge e3)  | 
org.locationtech.jts.triangulate.quadedge.QuadEdge | 
getEdge(int o,
       int d)  | 
Collection<ReadableQuadEdge> | 
getEdges()  | 
com.carrotsearch.hppc.IntObjectHashMap<org.locationtech.jts.triangulate.quadedge.QuadEdge> | 
getVertexQuadEdges()  | 
com.carrotsearch.hppc.IntObjectHashMap<org.locationtech.jts.triangulate.quadedge.Vertex> | 
getVertices()  | 
void | 
makeTriangle(int v1,
            int v2,
            int v3)  | 
public com.carrotsearch.hppc.IntObjectHashMap<org.locationtech.jts.triangulate.quadedge.QuadEdge> getVertexQuadEdges()
public org.locationtech.jts.triangulate.quadedge.QuadEdge getEdge(int o,
                                                                  int d)
public void makeTriangle(int v1,
                         int v2,
                         int v3)
public com.carrotsearch.hppc.IntObjectHashMap<org.locationtech.jts.triangulate.quadedge.Vertex> getVertices()
public Collection<ReadableQuadEdge> getEdges()
public void assertTriangle(org.locationtech.jts.triangulate.quadedge.QuadEdge e1,
                           org.locationtech.jts.triangulate.quadedge.QuadEdge e2,
                           org.locationtech.jts.triangulate.quadedge.QuadEdge e3)
public void assertTriangle(int v1,
                           int v2,
                           int v3)
Copyright © 2012–2022. All rights reserved.