/
class Geo CovarianceMatrix
This is the documentation for Enlighten.
class Geo CovarianceMatrix
class Geo::CovarianceMatrix
A covariance matrix.
Variables
Name | Description |
---|---|
double a00 | Components of the matrix. |
double a01 | Components of the matrix. |
double a10 | Components of the matrix. |
double a11 | Components of the matrix. |
Functions
Name | Description |
---|---|
GetEigenValues(double &, double &) | Generate Eigenvalues from the matrix. |
GetEigenVectors(Geo::v128 &, Geo::v128 &) | Generate Eigenvectors from the matrix. |
void Geo::CovarianceMatrix::GetEigenValues
public: void GetEigenValues
(
double & neg,
double & pos
)
Generate Eigenvalues from the matrix.
void Geo::CovarianceMatrix::GetEigenVectors
public: void GetEigenVectors
(
Geo::v128 & neg,
Geo::v128 & pos
)
Generate Eigenvectors from the matrix.
, multiple selections available,
Related content
Mesh projection
Mesh projection
More like this
Lightmap UV charts
Lightmap UV charts
More like this
Level properties
Level properties
More like this
1. Open the level
1. Open the level
More like this
2. Run the parameterize
2. Run the parameterize
More like this
4. Add light sources
4. Add light sources
More like this