Click or drag to resize
DigitalRuneInterpolationHelperLerp Method
Performs a linear interpolation between two values.
Overload List
  NameDescription
Public methodStatic memberLerp(Double, Double, Double)
Performs a linear interpolation between two values (double-precision).
Public methodStatic memberLerp(Single, Single, Single)
Performs a linear interpolation between two values (single-precision).
Public methodStatic memberLerp(QuaternionD, QuaternionD, Double)
Performs a linear interpolation of two QuaternionD.
Public methodStatic memberLerp(QuaternionF, QuaternionF, Single)
Performs a linear interpolation of two QuaternionF.
Public methodStatic memberLerp(Vector2D, Vector2D, Double)
Performs a linear interpolation between two Vector2D.
Public methodStatic memberLerp(Vector2F, Vector2F, Single)
Performs a linear interpolation between two Vector2F.
Public methodStatic memberLerp(Vector3D, Vector3D, Double)
Performs a linear interpolation between two Vector3D.
Public methodStatic memberLerp(Vector3F, Vector3F, Single)
Performs a linear interpolation between two Vector3F.
Public methodStatic memberLerp(Vector4D, Vector4D, Double)
Performs a linear interpolation between two Vector4D.
Public methodStatic memberLerp(Vector4F, Vector4F, Single)
Performs a linear interpolation between two Vector4F.
Public methodStatic memberLerp(VectorD, VectorD, Double)
Performs a linear interpolation between two VectorD.
Public methodStatic memberLerp(VectorF, VectorF, Single)
Performs a linear interpolation between two VectorF.
Top
See Also