Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

class Geo::ConvexHull

A convex hull of a set of points.

Functions

NameDescription
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.


Anchor
af8d787f1a8304beca30c8101605dd0db
af8d787f1a8304beca30c8101605dd0db

void Geo::ConvexHull::BuildCovarianceMatrix

...

public: void BuildCovarianceMatrix
(
    CovarianceMatrix & c
) const

...

Build a covariance matrix.


Anchor
a74efc8f25a25af6ffc14f6014792fb33
a74efc8f25a25af6ffc14f6014792fb33

Geo::ConvexHull::ConvexHull

...

public: ConvexHull
(
    Geo::s32 numPoints
)

...

Creates a ConvexHull with the given number of points.


Anchor
a8a4c0725921d898a0577e0d9721c3bb3
a8a4c0725921d898a0577e0d9721c3bb3

Geo::ConvexHull::ConvexHull

...

public: ConvexHull
(
    const ConvexHull & hull
)

...

Copy-constructor.


Anchor
a4b8e7d020b25b95d3f4ccc8518b2399b
a4b8e7d020b25b95d3f4ccc8518b2399b

Geo::s32 Geo::ConvexHull::GetNumPoints

...

public: Geo::s32 GetNumPoints() const

...

Get the number of points.


Anchor
a76bb64990ad0ee74664004e2b0bcaa1d
a76bb64990ad0ee74664004e2b0bcaa1d

void Geo::ConvexHull::GetPoint

...

public: void GetPoint
(
    Geo::s32 i,
    float & u,
    float & v
) const

...

Return a point.


Anchor
a4b78266b837579cbde7c3742066af9b8
a4b78266b837579cbde7c3742066af9b8

void Geo::ConvexHull::GetPoint

...

public: void GetPoint
(
    Geo::s32 i,
    double & u,
    double & v
) const

...

Return a point.


Anchor
a1e1d34fd6f9ec1d9fc2b8fdf056a6102
a1e1d34fd6f9ec1d9fc2b8fdf056a6102

void Geo::ConvexHull::SetPoint

...

public: void SetPoint
(
    Geo::s32 i,
    double u,
    double v
)

...

Set a point's data.