Class interpolate

java.lang.Object
  extended by interpolate

public class interpolate
extends java.lang.Object

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

interpolate

public interpolate()
Method Detail

interpol

public java.util.Vector<MyPoint> interpol(java.util.Vector<MyPoint> v)
Interpolates

Parameters:
v - input vector
Returns:
output vector

slope

public void slope(MyPoint u,
                  MyPoint v)
Sets the slope variable m and c

Parameters:
u - Point one
v - Point two