Enumeration of extended sign of convexes, as well as halfspaces.
Namespace: SphericalAssembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
C# |
---|
public enum ESign |
Visual C++ |
---|
public enum class ESign |
F# |
---|
type ESign |
Members
Member name | Value | Description | |
---|---|---|---|
Unknown | 0 | Extended sign not known | |
Zero | 1 | Extended sign is zero, meaning great circle | |
Positive | 2 | Extended sign is positve, when radius is less than Pi | |
Negative | 3 | Extended sign is negative, when radius is more than Pi; it's a hole | |
Mixed | 4 | Extended sign is mixed when convex has both positive and negative |