Adds a halfspace to the convex.

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

Syntax

C#
public void Add(
	Halfspace h
)
Visual C++
public:
void Add(
	Halfspace h
)
F#
member Add : 
        h:Halfspace -> unit 

Parameters

h
Type: Spherical..::..Halfspace

[Missing <param name="h"/> documentation for "M:Spherical.Convex.Add(Spherical.Halfspace)"]

Remarks

See also Intersect(...)

See Also