Determines whether the minimal enclosing circles of two convexes are disjoint.

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

Syntax

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

Parameters

c
Type: Spherical..::..Convex
The other convex to test against.

Return Value

[Missing <returns> documentation for "M:Spherical.Convex.MecDisjoint(Spherical.Convex)"]

Remarks

The methods assumes the convexes are simplified.

See Also