PostgreSQL Source Code git master
Loading...
Searching...
No Matches
CIRCLE Struct Reference

#include <geo_decls.h>

Data Fields

Point center
 
float8 radius
 

Detailed Description

Definition at line 161 of file geo_decls.h.

Field Documentation

◆ center

Point CIRCLE::center

Definition at line 163 of file geo_decls.h.

Referenced by gist_circle_compress(), and gist_circle_consistent().

◆ radius

float8 CIRCLE::radius

Definition at line 164 of file geo_decls.h.

Referenced by gist_circle_compress(), and gist_circle_consistent().


The documentation for this struct was generated from the following file: