#include "common.h"
#include "Point2.h"
Go to the source code of this file.
◆ ConvexHullStrategy
ConvexHullStrategy for CloudPrepare.
Enumerator |
---|
CHS_NOHULL | No special treatment for convex hull points.
|
CHS_MAXHULL | Use all points from the convex hull.
|
CHS_MINHULL | Use only convex points of the convex hull (no collinear ones)
|
◆ SumStrategy
SumStrategy for CloudPrepare.
Enumerator |
---|
SMS_MINIMUM | Assign the minimum height.
|
SMS_MAXIMUM | Assign the maximum height.
|
SMS_MEDIAN | Assign the median height.
|
SMS_AVERAGE | Assign the average height.
|