[][src]Function spatialite_sys::gaiaMakeEllipticArc

pub unsafe extern "C" fn gaiaMakeEllipticArc(
    center_x: f64,
    center_y: f64,
    x_axis: f64,
    y_axis: f64,
    start: f64,
    stop: f64,
    step: f64
) -> gaiaGeomCollPtr

Creates an Elliptic Arc (Linestring) Geometry

\param center_x center point X coordinate. \param center_y center point Y coordinate. \param x_axis the ellipses's X axis. \param y_axis the ellipses's Y axis. \param start the start angle (in degrees). \param start the stop angle (in degrees). \param step angular distance (in degrees) between points on the ellipse.

\sa gaiaMakeCircle, gaiaMakeEllipse, gaiaMakeEllipticArc