Click or drag to resize

PolygonClosedD2DSharpPoints Property

Gets the points of the polygon which are sharp points. Points of the polygon which are not in this set are considered to be soft points.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public HashSet<PointD2D> SharpPoints { get; }

Property Value

HashSetPointD2D
The sharp points.
See Also