Click or drag to resize

IPolylineD3DIsTransitionFromIdxToNextIdxSharp Method

Determines whether the transition from the point at the specified index to the next point is sharp.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
bool IsTransitionFromIdxToNextIdxSharp(
	int idx
)

Parameters

idx  Int32
The index of the starting point of the transition.

Return Value

Boolean
true if the transition is sharp; otherwise, false.
See Also