Class | Description |
---|---|
FR91Layout |
A class implementing the force directed algorithm by Fruchterman and Reingold (1991)
|
GridLayout |
Planar Grid Layout of a graph: vertices are drawn as 2D point with integer coordinates (on a regular grid)
|
GridPoint |
A class for representing a 2D point (a cell) on an integer grid.
|
IterativeTutteLayout |
Implementation of the planar (2D) Tutte barycentric method: computation based on iterative relaxation
|
MeshParameterization |
A simple 3d viewer for computing Tutte barycentric parameterization of 3D meshes (based on Processing)
examples of input parameters:
OFF/sphere.off
|
MeshRenderer |
Class for rendering a surface triangle mesh (using Processing)
|
PlanarLayout |
Planar Layout of a graph
|
SpringDrawing |
A program for computing network layouts with the "spring embedder" paradigm
examples of input parameters:
data/ash85.mtx
|
Util |