Various error conditions for unsuccesful convex hull creation
Namespace: Spherical.ShapeAssembly: SphericalHtm (in SphericalHtm.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public enum Cherror |
| Visual C++ |
|---|
public enum class Cherror |
| F# |
|---|
type Cherror |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Ok | 0 | operation was succesful | |
| Coplanar | 1 | points were coplanar, convex hull undefined | |
| BiggerThanHemisphere | 2 | points can not be confined to any hemisphere, convex hull undefined | |
| NotEnoughPoints | 3 | The required number of points were not present | |
| Unkown | 4 | Other error, not defined |