Click or drag to resize

LineD3D Constructor

Initializes a new instance of the LineD3D struct.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public LineD3D(
	PointD3D p0,
	PointD3D p1
)

Parameters

p0  PointD3D
The starting point of the line.
p1  PointD3D
The end point of the line.
See Also