Creates an empty region of given capacity.
Namespace: SphericalAssembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
| C# |
|---|
public Region( int capacity ) |
| Visual C++ |
|---|
public: Region( int capacity ) |
| F# |
|---|
new : capacity:int -> Region |
Parameters
- capacity
- Type: System..::..Int32
The number of convexes to hold.