| Package | Description |
|---|---|
| me.jaimegarza.syntax.graph |
| Modifier and Type | Method and Description |
|---|---|
Point |
Connection.getFrom() |
Point |
Connection.getTo() |
Point |
Point.scale(double s)
Scale the point
|
Point |
Point.subtract(Point p2)
Gets a new point that is the diference between two points
|
| Modifier and Type | Method and Description |
|---|---|
Pair<Point> |
Circle.intersect(Circle c)
Compute the intersection points of two touching circles
|
| Modifier and Type | Method and Description |
|---|---|
double |
Point.distance(Point p2)
Distance between two points
|
Point |
Point.subtract(Point p2)
Gets a new point that is the diference between two points
|
| Constructor and Description |
|---|
Connection(Point from,
double fromAngle,
Point to,
double toAngle) |
Copyright © 2017. All rights reserved.