|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinterpolate
public class interpolate
Interpolate class
Constructor Summary | |
---|---|
interpolate()
|
Method Summary | |
---|---|
java.util.Vector<MyPoint> |
interpol(java.util.Vector<MyPoint> v)
Interpolates |
void |
slope(MyPoint u,
MyPoint v)
Sets the slope variable m and c |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public interpolate()
Method Detail |
---|
public java.util.Vector<MyPoint> interpol(java.util.Vector<MyPoint> v)
v
- input vector
public void slope(MyPoint u, MyPoint v)
u
- Point onev
- Point two
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |