|
PostgreSQL Source Code git master
|
#include <geo_decls.h>
Data Fields | |
| Point | center |
| float8 | radius |
Definition at line 161 of file geo_decls.h.
| Point CIRCLE::center |
Definition at line 163 of file geo_decls.h.
Referenced by circle_add_pt(), circle_div_pt(), circle_mul_pt(), circle_sub_pt(), cr_circle(), gist_circle_compress(), gist_circle_consistent(), and poly_to_circle().
| float8 CIRCLE::radius |
Definition at line 164 of file geo_decls.h.
Referenced by circle_add_pt(), circle_div_pt(), circle_mul_pt(), circle_sub_pt(), cr_circle(), gist_circle_compress(), gist_circle_consistent(), and poly_to_circle().