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