LineSegment

Finite line segment data type in Postgres represented by pairs of {@link Point}s that are the endpoints of the segment.

Constructors

this
this()
Undocumented in source.
this
this(Point p1, Point p2)
Undocumented in source.

Members

Functions

getP1
Point getP1()
Undocumented in source. Be warned that the author may not have intended to support it.
getP2
Point getP2()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
setP1
void setP1(Point p1)
Undocumented in source. Be warned that the author may not have intended to support it.
setP2
void setP2(Point p2)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
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.

Meta