Computes the volume of the convex hull.
Namespace:
ceometric.ComputationalGeometryAssembly: ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
| C# |
|---|
public double Volume() |
| Visual Basic (Declaration) |
|---|
Public Function Volume As Double |
| Visual C++ |
|---|
public: double Volume() |
Return Value
Returns the volume of the convex hull.
Exceptions
| Exception | Condition |
|---|---|
| System..::.InvalidOperationException | The hull has not been computed yet. |