GeometricInstancesForIntegrationTest.LineSegment

Undocumented in source.
mixintemplate GeometricInstancesForIntegrationTest()
@safe static
struct LineSegment {}

Constructors

this
this(Point a, Point b)
Undocumented in source.

Alias This

seg

Members

Functions

end
Point end()
Undocumented in source. Be warned that the author may not have intended to support it.
start
Point start()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

seg
seg2d seg;
Undocumented in source.

Meta