Determines whether two convexes have only one common halfspace within specified accuracy.

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

Syntax

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

Parameters

c
Type: Spherical..::..Convex
The other convex to check this against.

Return Value

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

See Also