|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PlaneCurveI
A simple interface that defines a parametric mathematical function (x(t), y(t)).
Method Summary | |
---|---|
double |
getMaxT()
Returns the maximum value the t parameter can assume. |
void |
setMaxT(double t)
Sets the maximum value the t parameter can assume. |
double |
x(double t)
Returns the x value corresponding to the specified t (any point in this function has coordinates (x(t),y(t)). |
double |
y(double t)
Returns the y value corresponding to the specified t (any point in this function has coordinates (x(t),y(t)). |
Method Detail |
---|
double x(double t)
t
- the parameter's value
double y(double t)
t
- the parameter's value
double getMaxT()
void setMaxT(double t)
t
- the maximum t value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |