Various error conditions for unsuccesful convex hull creation

Namespace: Spherical.Shape
Assembly: 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 nameValueDescription
Ok0 operation was succesful
Coplanar1 points were coplanar, convex hull undefined
BiggerThanHemisphere2 points can not be confined to any hemisphere, convex hull undefined
NotEnoughPoints3 The required number of points were not present
Unkown4 Other error, not defined

See Also