Returns the indices of the first pair of halfspaces that are common.

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

Syntax

C#
public int IndexFirstCommonHalfspacePair(
	Convex c,
	out int idx
)
Visual C++
public:
int IndexFirstCommonHalfspacePair(
	Convex^ c, 
	[OutAttribute] int% idx
)
F#
member IndexFirstCommonHalfspacePair : 
        c:Convex * 
        idx:int byref -> int 

Parameters

c
Type: Spherical..::..Convex
The other convex to check this against.
idx
Type: System..::..Int32%
The index in the other convex. (Output)

Return Value

The index in this convex. (Output)

See Also