Creates a convex from a list of halfspaces.
Namespace: SphericalAssembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
C# |
---|
public Convex( IList<Halfspace> halfspaces ) |
Visual C++ |
---|
public: Convex( IList<Halfspace>^ halfspaces ) |
F# |
---|
new : halfspaces:IList<Halfspace> -> Convex |
Parameters
- halfspaces
- Type: System.Collections.Generic..::..IList<(Of <(<'Halfspace>)>)>
[Missing <param name="halfspaces"/> documentation for "M:Spherical.Convex.#ctor(System.Collections.Generic.IList{Spherical.Halfspace})"]