Computes the area of the surface of the convex hull.

Namespace:  ceometric.ComputationalGeometry
Assembly:  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

ExceptionCondition
System..::.InvalidOperationExceptionThe hull has not been computed yet.

See Also