[]
Represents the Line.
public class Line<T> where T : struct
Name | Description |
---|---|
T |
Name | Description |
---|---|
Line(Point<T>, Point<T>) | Initializes a new instance of the Line<T> struct. |
Name | Description |
---|---|
P1 | The starting point of the line. |
P2 | The ending point of the line. |