Package curve.stitch
Class Stitch
java.lang.Object
curve.stitch.Stitch
-
Field Summary
Modifier and TypeFieldDescription(package private) boolean
constrained closed integrate(package private) boolean
constrained closed integrate(package private) static boolean
debug(package private) static boolean
debugConstruct(package private) static boolean
debugDraw(package private) static boolean
debugMove(package private) static boolean
debugPoint(package private) static boolean
debugUpdateUp(package private) boolean
constrained closed integrate(package private) int
lastStart(package private) double
length(package private) int
pointCountsegments(package private) static String
zz -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) void
Add a segment to this poly-bezier(package private) void
add curve(package private) void
entry point from CurvesPanel(package private) DPoint
getPoint
(int segment, int point) get a point [point] form a segment [segment](package private) static void
log
-
Field Details
-
zz
zz -
debugConstruct
static boolean debugConstructdebugConstruct -
debug
static boolean debugdebug -
debugUpdateUp
static boolean debugUpdateUpdebugUpdateUp -
debugMove
static boolean debugMovedebugMove -
debugDraw
static boolean debugDrawdebugDraw -
debugPoint
static boolean debugPointdebugPoint -
pointCount
int pointCountpointCount -
segments
-
length
double lengthlength -
constrained
boolean constrainedconstrained closed integrate -
closed
boolean closedconstrained closed integrate -
integrate
boolean integrateconstrained closed integrate -
lastStart
int lastStartlastStart
-
-
Constructor Details
-
Stitch
Stitch()default constructor -
Stitch
Stitch(boolean c) constructor- Parameters:
c
- -
-
-
Method Details
-
log
-
addCurve
-
addCurve
-
getPoint
get a point [point] form a segment [segment]- Parameters:
segment
- -point
- -- Returns:
- point -
-
draw
-