| Package | Description |
|---|---|
| com.bric.geom |
| Modifier and Type | Method and Description |
|---|---|
static Spiral2D |
Spiral2D.createWithFixedCoilCount(double centerX, double centerY, double endX, double endY, double numCoils)
Creates a new
Spiral2D with a center point, an end point, and a fixed number of coils.
|
static Spiral2D |
Spiral2D.createWithFixedCoilCount(Point2D
Creates a new
Spiral2D with a center point, an end point, and a fixed number of coils.
|
static Spiral2D |
Spiral2D.createWithFixedCoilGap(double centerX, double centerY, double endX, double endY, double coilGap)
Creates a new
Spiral2D with a center point, an end point, and a fixed gap between coils.
|
static Spiral2D |
Spiral2D.createWithFixedCoilGap(Point2D
Creates a new
Spiral2D with a center point, an end point, and a fixed gap between coils.
|