Creates a region with a single convex in it.
Namespace: SphericalAssembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
C# |
---|
public Region( Convex convex, bool clone ) |
Visual C++ |
---|
public: Region( Convex^ convex, bool clone ) |
F# |
---|
new : convex:Convex * clone:bool -> Region |
Parameters
- convex
- Type: Spherical..::..Convex
The convex to be stored.
- clone
- Type: System..::..Boolean
The flag determines whether the convex is cloned before storing the reference.