Click or drag to resize

CrossSectionOfLineGetStarShapedPolygon Method

[Missing <summary> documentation for "M:Altaxo.Drawing.D3D.CrossSections.CrossSectionOfLine.GetStarShapedPolygon(System.Double,System.Double,System.Int32)"]


Namespace: Altaxo.Drawing.D3D.CrossSections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static CrossSectionOfLine GetStarShapedPolygon(
	double innerRadius,
	double outerRadius,
	int starArms
)

Parameters

innerRadius  Double

[Missing <param name="innerRadius"/> documentation for "M:Altaxo.Drawing.D3D.CrossSections.CrossSectionOfLine.GetStarShapedPolygon(System.Double,System.Double,System.Int32)"]

outerRadius  Double

[Missing <param name="outerRadius"/> documentation for "M:Altaxo.Drawing.D3D.CrossSections.CrossSectionOfLine.GetStarShapedPolygon(System.Double,System.Double,System.Int32)"]

starArms  Int32

[Missing <param name="starArms"/> documentation for "M:Altaxo.Drawing.D3D.CrossSections.CrossSectionOfLine.GetStarShapedPolygon(System.Double,System.Double,System.Int32)"]

Return Value

CrossSectionOfLine

[Missing <returns> documentation for "M:Altaxo.Drawing.D3D.CrossSections.CrossSectionOfLine.GetStarShapedPolygon(System.Double,System.Double,System.Int32)"]

See Also