Determines whether two convexes have a common halfspace.

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

Syntax

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

Parameters

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

Return Value

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

See Also