- main(String[]) - Static method in class MeshParameterization
-
For running the PApplet as Java application
- main(String[]) - Static method in class SpringDrawing
-
For running the PApplet as Java application
- manhattanDistance(GridPoint) - Method in class GridPoint
-
Return the Manhattan distance between the current point 'this' and a point 'p'
- maxIterations - Static variable in class FR91Layout
-
maximum number of iterations to perform
- maxVertexIndex() - Method in class jdg.graph.AdjacencyListGraph
-
Compute the maximum vertex index of the graph (a non negative number)
Remark: vertices are allowed to have indices between 0..infty
This is required when graphs are dynamic: vertices can be removed
- mesh - Variable in class GridLayout
-
input mesh to draw: a graph provided with its combinatorial embedding
- mesh - Variable in class IterativeTutteLayout
-
input mesh to draw (with 'n' vertices)
- mesh - Static variable in class MeshParameterization
-
input graph (triangle mesh) to draw
- mesh - Variable in class PlanarLayout
-
input mesh to draw: a graph provided with its combinatorial embedding
- MeshParameterization - Class in <Unnamed>
-
A simple 3d viewer for computing Tutte barycentric parameterization of 3D meshes (based on Processing)
examples of input parameters:
OFF/sphere.off
- MeshParameterization() - Constructor for class MeshParameterization
-
- MeshRenderer - Class in <Unnamed>
-
Class for rendering a surface triangle mesh (using Processing)
- MeshRenderer(PApplet, Polyhedron_3<Point_3>) - Constructor for class MeshRenderer
-
Create a surface mesh from an OFF file
- minTemperature - Variable in class FR91Layout
-
minimal temperature (strictly positive)
- minVertexIndex() - Method in class jdg.graph.AdjacencyListGraph
-
Compute the minimum vertex index of the graph (a non negative number)
Remark: vertices are allowed to have indices between 0..infty
This is required when graphs are dynamic: vertices can be removed
- mouseClicked() - Method in class SpringDrawing
-
- mouseDragged() - Method in class SpringDrawing
-
- mousePressed() - Method in class SpringDrawing
-
- mouseReleased() - Method in class SpringDrawing
-