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