Function
AgsGuiCartesianlinear_translate_func
since: 3.0.0
Declaration [src]
void
ags_cartesian_linear_translate_func (
gdouble x,
gdouble y,
gdouble* ret_x,
gdouble* ret_y,
gpointer data
)
Parameters
x
-
Type:
gdouble
The x position.
y
-
Type:
gdouble
The y position.
ret_x
-
Type:
gdouble*
The return location of translated x.
The argument will be set by the function. ret_y
-
Type:
gdouble*
The return location of transloated y.
The argument will be set by the function. data
-
Type:
gpointer
The
AgsCartesian
.The argument can be NULL
.The data is owned by the caller of the function.