Function
AgsGuiCartesianTranslateFunc
Declaration
void
(* AgsCartesianTranslateFunc) (
gdouble x,
gdouble y,
gdouble* ret_x,
gdouble* ret_y,
gpointer data
)
Parameters
x
-
Type:
gdouble
No description available.
y
-
Type:
gdouble
No description available.
ret_x
-
Type:
gdouble*
No description available.
The data is owned by the caller of the function. ret_y
-
Type:
gdouble*
No description available.
The data is owned by the caller of the function. data
-
Type:
gpointer
No description available.
The argument can be NULL
.The data is owned by the caller of the function.