Intersects the convex with another one by comparing the minimal enclosing circles first.

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

Syntax

C#
public bool SmartIntersect(
	Convex c
)
Visual C++
public:
bool SmartIntersect(
	Convex^ c
)
F#
member SmartIntersect : 
        c:Convex -> bool 

Parameters

c
Type: Spherical..::..Convex
The convex to intersect with.

Return Value

Returns 'false' if no intersection, 'true' otherwise.

Remarks

The method assumes that the convexes are simplified and the resulting convex is going to simplified, as well.

See Also