InterpolationHelperCosineInterpolation Method |
Name | Description | |
---|---|---|
CosineInterpolation(Double, Double, Double) |
Performs a cosine interpolation between two values (double-precision).
| |
CosineInterpolation(Single, Single, Single) |
Performs a cosine interpolation between two values (single-precision).
| |
CosineInterpolation(Vector2D, Vector2D, Double) |
Performs a cosine interpolation between two Vector2D.
| |
CosineInterpolation(Vector2F, Vector2F, Single) |
Performs a cosine interpolation between two Vector2F.
| |
CosineInterpolation(Vector3D, Vector3D, Double) |
Performs a cosine interpolation between two Vector3D.
| |
CosineInterpolation(Vector3F, Vector3F, Single) |
Performs a cosine interpolation between two Vector3F.
| |
CosineInterpolation(Vector4D, Vector4D, Double) |
Performs a cosine interpolation between two Vector4D.
| |
CosineInterpolation(Vector4F, Vector4F, Single) |
Performs a cosine interpolation between two Vector4F.
| |
CosineInterpolation(VectorD, VectorD, Double) |
Performs a cosine interpolation between two VectorD.
| |
CosineInterpolation(VectorF, VectorF, Single) |
Performs a cosine interpolation between two VectorF.
|