Creates a convex with a single halfspace in it.
Namespace: SphericalAssembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
| C# |
|---|
public Convex( Halfspace halfspace, bool simplify ) |
| Visual C++ |
|---|
public: Convex( Halfspace halfspace, bool simplify ) |
| F# |
|---|
new : halfspace:Halfspace * simplify:bool -> Convex |
Parameters
- halfspace
- Type: Spherical..::..Halfspace
The input halfspace.
- simplify
- Type: System..::..Boolean
The flag determining whether the convex should be simplified.