Segment.this

Constructor for a segment; Takes in the initial point and the terminal point

class Segment(T, uint dimensions)
this
(
Vector!(T, dimensions) initial
,
Vector!(T, dimensions) terminal
)

Meta