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