Click or drag to resize

CrossSectionOfLineGetRegularSharpPolygon Method

Creates a regular polygon with sharp vertices.

Namespace: Altaxo.Drawing.D3D.CrossSections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static CrossSectionOfLine GetRegularSharpPolygon(
	double radius,
	int edges
)

Parameters

radius  Double
The polygon radius.
edges  Int32
The number of edges.

Return Value

CrossSectionOfLine
The created cross section.
See Also