Function
Hemath_utils_lerp_point
Declaration
gdouble*
he_math_utils_lerp_point (
gdouble* source,
gint source_length1,
gdouble t,
gdouble* target,
gint target_length1,
gint* result_length1
)
Parameters
source-
Type: An array of
gdoubleNo description available.
The length of the array is specified in the source_length1argument.The data is owned by the caller of the function. source_length1-
Type:
gintNo description available.
t-
Type:
gdoubleNo description available.
target-
Type: An array of
gdoubleNo description available.
The length of the array is specified in the target_length1argument.The data is owned by the caller of the function. target_length1-
Type:
gintNo description available.
result_length1-
Type:
gint*No description available.
The argument will be set by the function.