|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.jcurl.math.NaturalShaper
public class NaturalShaper
Use Shapeable.toShape(double, double) only.
| Constructor Summary | |
|---|---|
NaturalShaper()
|
|
| Method Summary | |
|---|---|
Shape |
toShape(Iterator<Map.Entry<Double,R1RNFunction>> f,
double tmin,
double tmax)
Connect the output from toShapes(Iterator, double, double) into
one. |
Shape |
toShape(R1RNFunction f,
double tmin,
double tmax)
Convert a given interval of a R1RNFunction into a Shape. |
Iterator<Shape> |
toShapes(Iterator<Map.Entry<Double,R1RNFunction>> f,
double tmin,
double tmax)
TODO Put the management logic from GenTrajectoryFactory.refresh(Iterator, boolean, double, double, Object)
here. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NaturalShaper()
| Method Detail |
|---|
public Shape toShape(Iterator<Map.Entry<Double,R1RNFunction>> f,
double tmin,
double tmax)
toShapes(Iterator, double, double) into
one.
public Shape toShape(R1RNFunction f,
double tmin,
double tmax)
ShaperR1RNFunction into a Shape.
toShape in interface Shaperf - the input curve - usually the first 2 dimensions are used.tmin - lower interval endtmax - upper interval end
GeneralPath
or null if no sensible curve exists.
public Iterator<Shape> toShapes(Iterator<Map.Entry<Double,R1RNFunction>> f,
double tmin,
double tmax)
GenTrajectoryFactory.refresh(Iterator, boolean, double, double, Object)
here.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||