public static class BezierUtils.QuadArrayListConsumer extends Object implements QuadSegmentConsumer
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<QuadCurve2D> |
segs |
| Constructor and Description |
|---|
BezierUtils.QuadArrayListConsumer() |
| Modifier and Type | Method and Description |
|---|---|
void |
processSegment(QuadCurve2D curve,
double startT,
double endT)
The caller passes to the consumer a new segment to be processed.
|
protected ArrayList<QuadCurve2D> segs
public void processSegment(QuadCurve2D curve, double startT, double endT)
QuadSegmentConsumerprocessSegment in interface QuadSegmentConsumercurve - the quad segmentstartT - the value for parameter to which the segment's start corresponds
on the original curve.endT - the value for parameter to which the segment's finish end corresponds
on the original curve.Copyright © 2016. All rights reserved.