pgator-backend ~try_next_gen (2022-05-28T00:47:55.7961488)
Dub
Repo
Circle
pgator
db
pq
types
geometric
Undocumented in source.
struct
Circle {
Point
center
;
double
radius
;
string
toString
();
bool
opEquals
(Circle b);
}
Members
Functions
opEquals
bool
opEquals
(Circle b)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
center
Point
center
;
Undocumented in source.
radius
double
radius
;
Undocumented in source.
Meta
Source
See Implementation
pgator
db
pq
types
geometric
functions
convert
test
structs
Box
Circle
LineSegment
Path
Point
Polygon