Creates a convex from a collection of halfspaces.

Namespace: Spherical
Assembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)

Syntax

C#
public Convex(
	IEnumerable<Halfspace> halfspaces
)
Visual C++
public:
Convex(
	IEnumerable<Halfspace>^ halfspaces
)
F#
new : 
        halfspaces:IEnumerable<Halfspace> -> Convex

Parameters

halfspaces
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'Halfspace>)>)>

[Missing <param name="halfspaces"/> documentation for "M:Spherical.Convex.#ctor(System.Collections.Generic.IEnumerable{Spherical.Halfspace})"]

See Also