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