Uses of Class
rope.mesh.R_Delaunay_Triangle
Packages that use R_Delaunay_Triangle
-
Uses of R_Delaunay_Triangle in rope.mesh
Methods in rope.mesh that return R_Delaunay_TriangleModifier and TypeMethodDescriptionR_Delaunay_Triangulation.locate
(R_Delaunay_Vertex point) Locate the triangle with point inside it or on its boundary.R_Delaunay_Triangulation.neighborOpposite
(R_Delaunay_Vertex site, R_Delaunay_Triangle triangle) Report neighbor opposite the given vertex of triangle.Methods in rope.mesh that return types with arguments of type R_Delaunay_TriangleModifier and TypeMethodDescriptionR_Delaunay_Triangulation.iterator()
R_Delaunay_Triangulation.neighbors
(R_Delaunay_Triangle triangle) Return the set of triangles adjacent to triangle.R_Delaunay_Triangulation.surroundingTriangles
(R_Delaunay_Vertex site, R_Delaunay_Triangle triangle) Report triangles surrounding site in order (cw or ccw).Methods in rope.mesh with parameters of type R_Delaunay_TriangleModifier and TypeMethodDescriptionboolean
R_Delaunay_Triangle.isNeighbor
(R_Delaunay_Triangle triangle) True iff triangles are neighbors.R_Delaunay_Triangulation.neighborOpposite
(R_Delaunay_Vertex site, R_Delaunay_Triangle triangle) Report neighbor opposite the given vertex of triangle.R_Delaunay_Triangulation.neighbors
(R_Delaunay_Triangle triangle) Return the set of triangles adjacent to triangle.R_Delaunay_Triangulation.surroundingTriangles
(R_Delaunay_Vertex site, R_Delaunay_Triangle triangle) Report triangles surrounding site in order (cw or ccw).Constructors in rope.mesh with parameters of type R_Delaunay_TriangleModifierConstructorDescriptionR_Delaunay_Triangulation
(R_Delaunay_Triangle triangle) All sites must fall within the initial triangle.