Package horizontdeformer.interpolators
Class InterpolationWithCoords
- java.lang.Object
-
- horizontdeformer.interpolators.InterpolationWithCoords
-
public class InterpolationWithCoords extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InterpolationWithCoords(Interpolation i)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TPoint
getB1()
TPoint
getB2()
Interpolation
getInterpolation()
void
setB1(TPoint b1)
void
setB2(TPoint b2)
void
setInterpolation(Interpolation interpolation)
-
-
-
Constructor Detail
-
InterpolationWithCoords
public InterpolationWithCoords(Interpolation i)
-
-
Method Detail
-
getB2
public TPoint getB2()
-
getB1
public TPoint getB1()
-
setB1
public void setB1(TPoint b1)
-
setB2
public void setB2(TPoint b2)
-
setInterpolation
public void setInterpolation(Interpolation interpolation)
-
getInterpolation
public Interpolation getInterpolation()
-
-