A convex hull of a set of points.
Name | Description |
---|---|
BuildCovarianceMatrix(CovarianceMatrix &) | Build a covariance matrix. |
ConvexHull(Geo::s32) | Creates a ConvexHull with the given number of points. |
ConvexHull(const ConvexHull &) | Copy-constructor. |
GetNumPoints() | Get the number of points. |
GetPoint(Geo::s32, float &, float &) | Return a point. |
GetPoint(Geo::s32, double &, double &) | Return a point. |
SetPoint(Geo::s32, double, double) | Set a point's data. |
public: void BuildCovarianceMatrix
(
CovarianceMatrix & c
) const
Build a covariance matrix.
public: ConvexHull
(
Geo::s32 numPoints
)
Creates a ConvexHull with the given number of points.
public: ConvexHull
(
const ConvexHull & hull
)
Copy-constructor.
public: Geo::s32 GetNumPoints() const
Get the number of points.
public: void GetPoint
(
Geo::s32 i,
float & u,
float & v
) const
Return a point.
public: void GetPoint
(
Geo::s32 i,
double & u,
double & v
) const
Return a point.
public: void SetPoint
(
Geo::s32 i,
double u,
double v
)
Set a point's data.