Click or drag to resize

Triangular(Double, Double) Constructor

Initializes a new instance of the Triangular class.

Namespace: Altaxo.Drawing.D3D.CrossSections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Triangular(
	double size1,
	double size2
)

Parameters

size1  Double
The first triangle size.
size2  Double
The second triangle size.
See Also