enum EPCGSphereGeneration
{
UMETA =(ToolTip = "Points generated from subdivided equilateral triangles across the sphere's surface."),
UMETA =(ToolTip = "Points generated radially along longitude and latitude lines to form a sphere with user defined angles."),
UMETA =(ToolTip = "Points generated radially along longitude and latitude lines to form a sphere with user defined number of segments."),
UMETA =(ToolTip = "Points are generated with a uniform distribution on the surface of the sphere."),
UMETA =(ToolTip = "Sample points along the sphere's surface with a minimal distance between any given two points."),
}