Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual C++
Code: F#
C#
Visual C++
F#
The Spherical Class Library
Region
.
.
::
.
.
Add Method
Region Class
See Also
Send Feedback
Adds a convex to the list.
Namespace:
Spherical
Assembly:
SphericalLib
(in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
C#
public
void
Add
(
Convex
c
)
Visual C++
public
:
void
Add
(
Convex
^
c
)
F#
member
Add
:
c
:
Convex
->
unit
Parameters
c
Type:
Spherical
.
.
::
.
.
Convex
The convex to be added.
See Also
Region Class
Spherical Namespace