Click or drag to resize

SweepPath3D Constructor

Initializes a new instance of the SweepPath3D class

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public SweepPath3D(
	PointD3D p1,
	PointD3D p2
)

Parameters

p1  PointD3D

[Missing <param name="p1"/> documentation for "M:Altaxo.Drawing.D3D.SweepPath3D.#ctor(Altaxo.Geometry.PointD3D,Altaxo.Geometry.PointD3D)"]

p2  PointD3D

[Missing <param name="p2"/> documentation for "M:Altaxo.Drawing.D3D.SweepPath3D.#ctor(Altaxo.Geometry.PointD3D,Altaxo.Geometry.PointD3D)"]

See Also