public class InterpolationWithCoords
extends java.lang.Object
Constructor and Description |
---|
InterpolationWithCoords(Interpolation i) |
Modifier and Type | Method and Description |
---|---|
TPoint |
getB1() |
TPoint |
getB2() |
Interpolation |
getInterpolation() |
void |
setB1(TPoint b1) |
void |
setB2(TPoint b2) |
void |
setInterpolation(Interpolation interpolation) |
public InterpolationWithCoords(Interpolation i)
public TPoint getB2()
public TPoint getB1()
public void setB1(TPoint b1)
public void setB2(TPoint b2)
public void setInterpolation(Interpolation interpolation)
public Interpolation getInterpolation()