PolygonClosedD2D(PointD2D, HashSetPointD2D) Constructor |
Initializes a new instance of the
PolygonClosedD2D class with points and sharp points.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic PolygonClosedD2D(
PointD2D[] points,
HashSet<PointD2D> sharpPoints
)
Parameters
- points PointD2D
- The points that form the polygon.
- sharpPoints HashSetPointD2D
- The set of sharp points.
See Also