Package | Description |
---|---|
ccs | |
ccs.graph |
Modifier and Type | Method and Description |
---|---|
Point2D |
TreeDecompModel.getPoint(Vertex v) |
Modifier and Type | Method and Description |
---|---|
void |
Trace.addPoint(Point2D p,
double lf) |
void |
TreeDecompModel.addVertex(Point2D clickP) |
Vertex |
TreeDecompModel.getVertex(Point2D clickP,
int clickprecision) |
Modifier and Type | Field and Description |
---|---|
static Point2D |
Point2D.orig |
Modifier and Type | Method and Description |
---|---|
Point2D |
Point2D.add(Vector2D v) |
Point2D |
Graph.getInitPoint(Vertex v) |
Point2D |
Graph.getPoint(Vertex v) |
static Point2D |
Util.solve(Point2D p1,
Point2D p2,
double r1,
double r2,
int orient)
Given coordinates of two base vertices, two bar lengths and local
orientation, solve for a third point constructed using ruler-and-compass
|
Point2D |
Point2D.transform(java.awt.geom.AffineTransform t) |
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<Vertex,Point2D> |
Graph.getPoints() |
java.util.HashMap<Vertex,Point2D> |
Cluster.getTransform(Edge e,
ccs.graph.EdgePos newPos) |
Modifier and Type | Method and Description |
---|---|
Vertex |
Graph.addVertex(Point2D p) |
void |
Cluster.addVertex(Vertex v,
Point2D p) |
double |
Point2D.distance(Point2D that) |
static double |
Util.distance(Point2D v,
Point2D v1,
Point2D v2) |
Vertex |
Graph.getVertex(Point2D p,
double precision) |
void |
Graph.insertVertex(Vertex v,
Point2D p) |
Vector2D |
Point2D.minus(Point2D that) |
static int |
Point2D.orientationOf(Point2D v1,
Point2D v2,
Point2D v) |
void |
Graph.setInitPoint(Vertex v,
Point2D newloc) |
void |
Graph.setPoint(Vertex v,
Point2D newloc) |
static Point2D |
Util.solve(Point2D p1,
Point2D p2,
double r1,
double r2,
int orient)
Given coordinates of two base vertices, two bar lengths and local
orientation, solve for a third point constructed using ruler-and-compass
|
Modifier and Type | Method and Description |
---|---|
void |
Graph.setPoints(java.util.HashMap<Vertex,Point2D> map) |
Constructor and Description |
---|
Point2D(Point2D point) |
Vector2D(Point2D start,
Point2D end) |