| Package | Description |
|---|---|
| graph.math |
Classes containing various mathematical calculations and mathematical objects.
|
| Modifier and Type | Method and Description |
|---|---|
Triangle |
Triangle.getParentTriangle() |
| Modifier and Type | Method and Description |
|---|---|
void |
Triangle.setParentTriangle(Triangle parentTriangle) |
static java.awt.geom.Point2D |
Calc.triangleCentroid(Triangle t)
Finds centroid of the triangle, given the whole triangle object
|