Determines whether the list of halfspaces contains a hole.

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

Syntax

C#
public bool HasESignNegative()
Visual C++
public:
bool HasESignNegative()
F#
member HasESignNegative : unit -> bool 

Return Value

[Missing <returns> documentation for "M:Spherical.Convex.HasESignNegative"]

Remarks

Sorts and checks last halfspace for ESign.Negative

See Also