Intersects the region with the specified convex by first
testing the minimal circles for overlap.
Namespace: SphericalAssembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
C# |
---|
public void SmartIntersect( Convex convex ) |
Visual C++ |
---|
public: void SmartIntersect( Convex^ convex ) |
F# |
---|
member SmartIntersect : convex:Convex -> unit |
Parameters
- convex
- Type: Spherical..::..Convex
The convex to intersect with.