hermite
Computes the Hermite interpolation function value for the given parameter.
The Hermite interpolation ensures smooth transitions and is often used in animations or procedural generation to create a smooth curve between points.
Return
The interpolated value based on the Hermite polynomial.
Parameters
t
A double value representing the parameter for the interpolation. It is usually expected to be in the range 0.0, 1.0.