public class interpolate
extends java.lang.Object
Constructor and Description |
---|
interpolate() |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<MyPoint> |
interpol(java.util.Vector<MyPoint> v)
Interpolates
|
void |
slope(MyPoint u,
MyPoint v)
Sets the slope variable m and c
|