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