Create the polygon as a Spherical.Convex object.

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

Syntax

C#
public static Convex Make(
	List<double> x,
	List<double> y,
	List<double> z,
	int len,
	out Polygon..::..Error error
)
Visual C++
public:
static Convex^ Make(
	List<double>^ x, 
	List<double>^ y, 
	List<double>^ z, 
	int len, 
	[OutAttribute] Polygon..::..Error% error
)
F#
static member Make : 
        x:List<float> * 
        y:List<float> * 
        z:List<float> * 
        len:int * 
        error:Polygon..::..Error byref -> Convex 

Parameters

x
Type: System.Collections.Generic..::..List<(Of <(<'Double>)>)>
list of x coordinates
y
Type: System.Collections.Generic..::..List<(Of <(<'Double>)>)>
list of y coordinates
z
Type: System.Collections.Generic..::..List<(Of <(<'Double>)>)>
list of z coordinates
len
Type: System..::..Int32
the number of x,y,z numbers given
error
Type: Spherical.Shape..::..Polygon..::..Error%
an error code

Return Value

[Missing <returns> documentation for "M:Spherical.Shape.Polygon.Make(System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Double},System.Int32,Spherical.Shape.Polygon.Error@)"]

See Also