Package com.dkt.graphics.extras.formula
Class ParametricCalculable
- java.lang.Object
-
- com.dkt.graphics.extras.formula.AbstractCalculable
-
- com.dkt.graphics.extras.formula.ParametricCalculable
-
public abstract class ParametricCalculable extends AbstractCalculable
This class is used withinGFormula
representing\u211d \u2192 \u211d
2 functions
-
-
Constructor Summary
Constructors Constructor Description ParametricCalculable()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract double
x(double t)
This method should return the x(t) value of the equationabstract double
y(double t)
This method should return the y(t) value of the equation-
Methods inherited from class com.dkt.graphics.extras.formula.AbstractCalculable
endPoint, endPoint, getName, getScale, scaleX, scaleY, setName, setScale, setScaleX, setScaleY, startPoint, startPoint, step, step
-
-