public abstract class CompoundFunction2D extends java.lang.Object implements Function2D
Modifier and Type | Field and Description |
---|---|
protected Function2D |
basis |
Constructor and Description |
---|
CompoundFunction2D(Function2D basis) |
Modifier and Type | Method and Description |
---|---|
Function2D |
getBasis() |
void |
setBasis(Function2D basis) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
evaluate
protected Function2D basis
public CompoundFunction2D(Function2D basis)
public void setBasis(Function2D basis)
public Function2D getBasis()