Initializes a new instance of the
LineD3D struct.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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