PostGIS
2.5.7dev-r@@SVN_REVISION@@
|
LWPOLY* lwpoly_construct_circle | ( | int | srid, |
double | x, | ||
double | y, | ||
double | radius, | ||
uint32_t | segments_per_quarter, | ||
char | exterior | ||
) |
Definition at line 120 of file lwpoly.c.
References LW_FALSE, LW_TRUE, lwerror(), lwpoly_add_ring(), lwpoly_construct_empty(), ptarray_append_point(), ptarray_construct_empty(), POINT4D::x, pixval::x, POINT4D::y, and pixval::y.
Referenced by ST_MinimumBoundingCircle(), and test_lwpoly_construct_circle().