Extracts all the points from a convex hull specification

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

Syntax

C#
public static List<double> extract(
	string textSpec
)
Visual C++
public:
static List<double>^ extract(
	String^ textSpec
)
F#
static member extract : 
        textSpec:string -> List<float> 

Parameters

textSpec
Type: System..::..String
string containing the 'CHULL ' spec

Return Value

a linear array of x, y, z values

See Also