[]
Initializes a new instance of the Line<T> struct.
public Line(Point<T> p1, Point<T> p2)
The starting point of the line.
The ending point of the line.