Uses of Class
toxi.geom.mesh2d.DelaunayTriangle
-
Uses of DelaunayTriangle in toxi.geom.mesh2d
Modifier and TypeMethodDescriptionDelaunayTriangulation.locate
(DelaunayVertex point) Locate the triangle with point inside it or on its boundary.DelaunayTriangulation.neighborOpposite
(DelaunayVertex site, DelaunayTriangle triangle) Report neighbor opposite the given vertex of triangle.Modifier and TypeMethodDescriptionDelaunayTriangulation.iterator()
DelaunayTriangulation.neighbors
(DelaunayTriangle triangle) Return the set of triangles adjacent to triangle.DelaunayTriangulation.surroundingTriangles
(DelaunayVertex site, DelaunayTriangle triangle) Report triangles surrounding site in order (cw or ccw).Modifier and TypeMethodDescriptionboolean
DelaunayTriangle.isNeighbor
(DelaunayTriangle triangle) True iff triangles are neighbors.DelaunayTriangulation.neighborOpposite
(DelaunayVertex site, DelaunayTriangle triangle) Report neighbor opposite the given vertex of triangle.DelaunayTriangulation.neighbors
(DelaunayTriangle triangle) Return the set of triangles adjacent to triangle.DelaunayTriangulation.surroundingTriangles
(DelaunayVertex site, DelaunayTriangle triangle) Report triangles surrounding site in order (cw or ccw).ModifierConstructorDescriptionDelaunayTriangulation
(DelaunayTriangle triangle) All sites must fall within the initial triangle.