Create a Spherical.Convex object from the convex hull of the shape made up of the list of Cartesian points.

Namespace: Spherical.Shape
Assembly: SphericalHtm (in SphericalHtm.dll) Version: 1.0.0.0

Syntax

C#
public static Convex Make(
	List<Cartesian> points,
	out Chull..::..Cherror cherr
)
Visual C++
public:
static Convex^ Make(
	List<Cartesian>^ points, 
	[OutAttribute] Chull..::..Cherror% cherr
)
F#
static member Make : 
        points:List<Cartesian> * 
        cherr:Chull..::..Cherror byref -> Convex 

Parameters

points
Type: System.Collections.Generic..::..List<(Of <(<'Cartesian>)>)>
list of cartesians
cherr
Type: Spherical.Shape..::..Chull..::..Cherror%
error code

Return Value

Spherical.Convex object

See Also