Click or drag to resize

ICrossSectionOfLineIsVertexSharp Method

Determines whether the vertex at the specified index is sharp.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
bool IsVertexSharp(
	int idx
)

Parameters

idx  Int32
The vertex index.

Return Value

Boolean
if the vertex is sharp; otherwise, .
See Also