IPolylineD3DIsTransitionFromIdxToNextIdxSharp Method |
Determines whether the transition from the point at the specified index to the next point is sharp.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxbool IsTransitionFromIdxToNextIdxSharp(
int idx
)
Parameters
- idx Int32
- The index of the starting point of the transition.
Return Value
Booleantrue if the transition is sharp; otherwise,
false.
See Also