DLine3

public DVector3 Start

Language: C#

The start point of the line.

public DVector3 End

Language: C#

The end point of the line.

public DLine3(DVector3 start, DVector3 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.