Click or drag to resize

CrossSectionOfLineGetDistanceFromCenter Method

Gets the distance of a vertex from the center.

Namespace: Altaxo.Drawing.D3D.CrossSections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public double GetDistanceFromCenter(
	int i
)

Parameters

i  Int32
The vertex index.

Return Value

Double
The distance from the center.
See Also