Intersects the convex with the specified convex.

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

Syntax

C#
public void Intersect(
	Convex c
)
Visual C++
public:
void Intersect(
	Convex^ c
)
F#
member Intersect : 
        c:Convex -> unit 

Parameters

c
Type: Spherical..::..Convex
The input convex.

Remarks

Simply adds all halfspaces to its list.

See Also