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