Gets or sets the points for which the 3d convex hull is to be computed.
Namespace:
ceometric.ComputationalGeometryAssembly: ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
| C# |
|---|
public PointSet InitialPoints { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property InitialPoints As PointSet |
| Visual C++ |
|---|
public: property PointSet^ InitialPoints { PointSet^ get (); void set (PointSet^ value); } |