DLine2
public DVector2 Start
Language: C#
The start point of the line.
public DVector2 End
Language: C#
The end point of the line.
public DLine2(DVector2 start, DVector2 end)
Language: C#
Initializes a new instance of the [
] struct. Parameters:
- start: The start point of the line.
- end: The end point of the line.