Click or drag to resize

TriangularIsVertexSharp Method

Determines whether the vertex at the specified index is sharp.

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

Parameters

idx  Int32
The vertex index.

Return Value

Boolean
if the vertex is sharp; otherwise, .

Implements

ICrossSectionOfLineIsVertexSharp(Int32)
See Also