|
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 gist_circle_compress(), and gist_circle_consistent().
| float8 CIRCLE::radius |
Definition at line 164 of file geo_decls.h.
Referenced by gist_circle_compress(), and gist_circle_consistent().