Class InterpolationWithCoords

java.lang.Object
horizontdeformer.interpolators.InterpolationWithCoords

public class InterpolationWithCoords extends java.lang.Object
  • Constructor Details

    • InterpolationWithCoords

      public InterpolationWithCoords(Interpolation i)
  • Method Details

    • 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()