See: Description
| Class | Description |
|---|---|
| Calc |
Class containing basic math calculations needed for implementation
of various drawing algorithms
|
| CircleLayoutCalc<V extends Vertex> |
A class containing methods for calculating certain values needed by
the circular drawing algorithms
|
| CramersRule |
A class which provides an implementation of Cramer's rule for solving
a system of equations
|
| CzekanovskiDiceDistance<V extends Vertex,E extends Edge<V>> |
A class for calculating Czekanovski-Dice distances.
|
| GramSchmidt |
Implementation of the GramSchmidt process
Given a matrix A, representing a set of base vectors
calculates the orthonormal basis
|
| Line |
A line defined with k and n parameters, where y=k*x +n
|
| Matrix |
Class represents a mathematical matrix
|
| MatrixUtil |
A class containing certain methods for working with matrices
|
| Triangle |
A triangle suited for the use inside convex drawing algorithm
|