| Package | Description |
|---|---|
| de.topobyte.lightgeom.curves.spline | |
| de.topobyte.lightgeom.lina |
| Modifier and Type | Method and Description |
|---|---|
static void |
SplineUtil.spline(CubicSpline
|
static CubicSpline |
SplineUtil.spline(double p1x, double p1y, double p2x, double p2y, Vector2
|
static CubicSpline |
SplineUtil.spline(Point
Create a cubic spline that connects
p1 and
p2
|
| Modifier and Type | Method and Description |
|---|---|
Vector2 |
Vector2.add(double ox, double oy)
|
Vector2 |
Vector2.add(Vector2
|
Vector2 |
Vector2.copy()
|
Vector2 |
Vector2.divide(double lambda)
|
Vector2 |
Vector2.mult(double lambda)
|
Vector2 |
Vector2.normalize()
|
Vector2 |
Vector2.normalizeFast()
|
Vector2 |
Vector2.perpendicularLeft()
|
Vector2 |
Vector2.perpendicularRight()
|
Vector2 |
Vector2.set(double x, double y)
|
Vector2 |
Vector2.set(double fromX, double fromY, double toX, double toY)
|
Vector2 |
Vector2.set(Point
|
Vector2 |
Vector2.set(Point
|
Vector2 |
Vector2.set(Vector2
|
Vector2 |
Vector2.setX(double x)
|
Vector2 |
Vector2.setY(double y)
|
Vector2 |
Vector2.sub(double ox, double oy)
|
Vector2 |
Vector2.sub(Vector2
|
| Modifier and Type | Method and Description |
|---|---|
Vector2 |
Vector2.add(Vector2
|
double |
Vector2.dotProduct(Vector2
|
Vector2 |
Vector2.set(Vector2
|
Vector2 |
Vector2.sub(Vector2
|
| Constructor and Description | |
|---|---|
Vector2(Vector2
|