Package gov.nih.mipav.model.structures
Class ComputationalGeometry._Interpolation
java.lang.Object
gov.nih.mipav.model.structures.ComputationalGeometry._Interpolation
- Enclosing class:
ComputationalGeometry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleCoserp(double a, double b, double t) doubleCubicBezierErp(double valueA, double valueB, double handleA, double handleB, double t) doubleEerp(double a, double b, double t) doubleLerp(double a, double b, double t) Lerp(ComputationalGeometry.MyVector3 a, ComputationalGeometry.MyVector3 b, double t) doubleSinerp(double a, double b, double t) doubleSmoothersteperp(double a, double b, double t) doubleSmoothsteperp(double a, double b, double t)
-
Constructor Details
-
_Interpolation
public _Interpolation()
-
-
Method Details
-
Lerp
public double Lerp(double a, double b, double t) -
Lerp
public ComputationalGeometry.MyVector3 Lerp(ComputationalGeometry.MyVector3 a, ComputationalGeometry.MyVector3 b, double t) -
Sinerp
public double Sinerp(double a, double b, double t) -
Coserp
public double Coserp(double a, double b, double t) -
Eerp
public double Eerp(double a, double b, double t) -
Smoothsteperp
public double Smoothsteperp(double a, double b, double t) -
Smoothersteperp
public double Smoothersteperp(double a, double b, double t) -
CubicBezierErp
public double CubicBezierErp(double valueA, double valueB, double handleA, double handleB, double t)
-