[][src]Function spatialite_sys::gaiaMakeEllipse

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

Creates an Ellipse (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 step angular distance (in degrees) between points on the ellipse.

\sa gaiaMakeEllipticArc, gaiaMakeCircle, gaiaMakeArc