Uses of Class
toxi.geom.mesh2d.DelaunayTriangle
Packages that use DelaunayTriangle
-
Uses of DelaunayTriangle in toxi.geom.mesh2d
Methods in toxi.geom.mesh2d that return DelaunayTriangleModifier 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.Methods in toxi.geom.mesh2d that return types with arguments of type DelaunayTriangleModifier 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).Methods in toxi.geom.mesh2d with parameters of type DelaunayTriangleModifier and TypeMethodDescriptionbooleanDelaunayTriangle.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).Constructors in toxi.geom.mesh2d with parameters of type DelaunayTriangleModifierConstructorDescriptionDelaunayTriangulation(DelaunayTriangle triangle) All sites must fall within the initial triangle.