[][src]Function spatialite_sys::gaiaReflectCoords

pub unsafe extern "C" fn gaiaReflectCoords(
    geom: gaiaGeomCollPtr,
    x_axis: c_int,
    y_axis: c_int
)

Reflects any coordinate within a Geometry object

\param geom pointer to Geometry object. \param x_axis if set to 0, no X axis reflection will be applied: otherwise the X axis will be reflected. \param y_axis if set to 0, no Y axis reflection will be applied: otherwise the Y axis will be reflected.

\sa gaiaShiftCoords, gaiaScaleCoords, gaiaRotateCoords, gaiaSwapCoords