Adds a collection of halfspaces to the convex.

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

Syntax

C#
public void AddRange(
	IEnumerable<Halfspace> collection
)
Visual C++
public:
void AddRange(
	IEnumerable<Halfspace>^ collection
)
F#
member AddRange : 
        collection:IEnumerable<Halfspace> -> unit 

Parameters

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

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

See Also