CrossSectionOfLineGetDistanceFromCenter Method |
Gets the distance of a vertex from the center.
Namespace: Altaxo.Drawing.D3D.CrossSectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic double GetDistanceFromCenter(
int i
)
Parameters
- i Int32
- The vertex index.
Return Value
DoubleThe distance from the center.
See Also