Function
Hemath_utils_set_coordinate
Declaration
gdouble*
he_math_utils_set_coordinate (
gdouble* source,
gint source_length1,
gdouble coordinate,
gdouble* target,
gint target_length1,
gint axis,
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.
coordinate-
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.
axis-
Type:
gintNo description available.
result_length1-
Type:
gint*No description available.
The argument will be set by the function.