Gets the length of the perimeter of the convex hull.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.2.0.0 (2.2.0.0)

Syntax

C#
public double PerimeterLength { get; }
Visual Basic (Declaration)
Public ReadOnly Property PerimeterLength As Double
Visual C++
public:
property double PerimeterLength {
	double get ();
}

Field Value

[Missing <value> documentation for "P:ceometric.ComputationalGeometry.ConvexHull2d.PerimeterLength"]

See Also