public abstract class ParametricCurve extends Curve
BinaryCurveApproximationAlgorithm
,
Curve
Constructor and Description |
---|
ParametricCurve(ControlPath cp,
GroupIterator gp) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
eval(double[] p)
The eval method evaluates a point on a curve given a parametric value "t".
|
abstract int |
getSampleLimit()
The sample limit specifies how many additional subdivisions are done to ensure that there
are no missed pieces of the curve.
|
appendTo, getConnect, getControlPath, getGroupIterator, resetMemory, setConnect, setControlPath, setGroupIterator
public ParametricCurve(ControlPath cp, GroupIterator gp)
protected abstract void eval(double[] p)
public abstract int getSampleLimit()
Copyright © 2016. All rights reserved.