Returns a new Vector3 located for "amount" (float) on the Hermite interpolation spline defined by the vectors "value1", "tangent1", "value2", "tangent2"
the new Vector3
defines the first control point
defines the first tangent vector
defines the second control point
defines the second tangent vector
defines the amount on the interpolation spline (between 0 and 1)
Returns a new Vector3 located for "amount" (float) on the Hermite interpolation spline defined by the vectors "value1", "tangent1", "value2", "tangent2"
Returns
the new Vector3