![]() |
PURE API 0.5
PR00F's Ultimate Rendering Engine full documentation
|
This is the complete list of members for PureMatrix, including all inherited members.
correctIndices(TPureByte row, TPureByte col) | PureMatrix | privatestatic |
get(TPureByte row, TPureByte col) const | PureMatrix | |
get() const | PureMatrix | |
getDeterminant() const | PureMatrix | |
getIdentity() | PureMatrix | static |
getInverse() | PureMatrix | |
getTransposed() | PureMatrix | |
getZero() | PureMatrix | static |
ind(TPureByte row, TPureByte col) | PureMatrix | privatestatic |
invert() | PureMatrix | |
invertArray(TPureFloat arr[], TPureByte rows, TPureByte cols) | PureMatrix | privatestatic |
isIdentity() const | PureMatrix | |
isInvertible() const | PureMatrix | |
isZero() const | PureMatrix | |
mat | PureMatrix | protected |
matIdentity | PureMatrix | privatestatic |
matZero | PureMatrix | privatestatic |
operator!=(const PureMatrix &cm) const | PureMatrix | |
operator()(const TPureByte &row, const TPureByte &col) | PureMatrix | |
operator()(const TPureByte &row, const TPureByte &col) const | PureMatrix | |
operator*(const PureMatrix &cm) const | PureMatrix | |
operator*(const TPureFloat &scalar) const | PureMatrix | |
operator*(const PureVector &vec) const | PureMatrix | |
operator*=(const PureMatrix &cm) | PureMatrix | |
operator*=(const TPureFloat &scalar) | PureMatrix | |
operator+(const PureMatrix &cm) const | PureMatrix | |
operator+=(const PureMatrix &cm) | PureMatrix | |
operator-(const PureMatrix &cm) const | PureMatrix | |
operator-=(const PureMatrix &cm) | PureMatrix | |
operator=(const PureMatrix &cm) | PureMatrix | |
operator==(const PureMatrix &cm) const | PureMatrix | |
PureMatrix() | PureMatrix | |
PureMatrix(const PureMatrix &cm) | PureMatrix | |
PureMatrix(const TPURE_NOTABLE_MATRICES &nm) | PureMatrix | explicit |
Set(TPureByte row, TPureByte col, TPureFloat value) | PureMatrix | |
SetIdentity() | PureMatrix | |
SetZero() | PureMatrix | |
tanspmat | PureMatrix | private |
Transpose() | PureMatrix | |
TransposeArray(TPureFloat *arr, TPureByte rows, TPureByte cols) | PureMatrix | privatestatic |
~PureMatrix() | PureMatrix | virtual |