Returns the difference of this convex and the specified one.

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

Syntax

C#
public Region SmartDifference(
	Convex convex,
	out bool flag
)
Visual C++
public:
Region^ SmartDifference(
	Convex^ convex, 
	[OutAttribute] bool% flag
)
F#
member SmartDifference : 
        convex:Convex * 
        flag:bool byref -> Region 

Parameters

convex
Type: Spherical..::..Convex

[Missing <param name="convex"/> documentation for "M:Spherical.Convex.SmartDifference(Spherical.Convex,System.Boolean@)"]

flag
Type: System..::..Boolean%

[Missing <param name="flag"/> documentation for "M:Spherical.Convex.SmartDifference(Spherical.Convex,System.Boolean@)"]

Return Value

[Missing <returns> documentation for "M:Spherical.Convex.SmartDifference(Spherical.Convex,System.Boolean@)"]

See Also