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
gdouble
No description available.
The length of the array is specified in the source_length1
argument.The data is owned by the caller of the function. source_length1
-
Type:
gint
No description available.
t
-
Type:
gdouble
No description available.
target
-
Type: An array of
gdouble
No description available.
The length of the array is specified in the target_length1
argument.The data is owned by the caller of the function. target_length1
-
Type:
gint
No description available.
result_length1
-
Type:
gint*
No description available.
The argument will be set by the function.