Click or drag to resize

CrossSectionOfLineGetQuadraticCrossSection Method

Creates a quadratic cross section with equal width and height.

Namespace: Altaxo.Drawing.D3D.CrossSections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static CrossSectionOfLine GetQuadraticCrossSection(
	double width
)

Parameters

width  Double
The side length.

Return Value

CrossSectionOfLine
The created cross section.
See Also