|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectes.unex.sextante.vectorTools.smoothLines.Cubic
public class Cubic
this class represents a cubic polynomial
| Constructor Summary | |
|---|---|
Cubic(double a,
double b,
double c,
double d)
|
|
| Method Summary | |
|---|---|
double |
eval(double u)
evaluate cubic |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Cubic(double a,
double b,
double c,
double d)
| Method Detail |
|---|
public double eval(double u)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||