pgator-backend ~try_next_gen (2022-05-28T00:47:55.7961488)
Dub
Repo
Point
pgator
db
pq
types
geometric
Undocumented in source.
struct
Point {
double
x
;
double
y
;
string
toString
();
bool
opEquals
(Point b);
}
Members
Functions
opEquals
bool
opEquals
(Point 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
x
double
x
;
y
double
y
;
Undocumented in source.
Meta
Source
See Implementation
pgator
db
pq
types
geometric
functions
convert
test
structs
Box
Circle
LineSegment
Path
Point
Polygon