[nnm] No Nonsense Math 0.5.0
A No-Nonsense, C++ 17, single-header-only Math library geared towards graphics programming.
|
This is the complete list of members for nnm::Matrix2< Real >, including all inherited members.
adjugate() const | nnm::Matrix2< Real > | inline |
all(const Real value) | nnm::Matrix2< Real > | inlinestatic |
approx_equal(const Matrix2 &other) const | nnm::Matrix2< Real > | inline |
approx_zero() const | nnm::Matrix2< Real > | inline |
at(const uint8_t column) const | nnm::Matrix2< Real > | inline |
at(const uint8_t column) | nnm::Matrix2< Real > | inline |
at(const uint8_t column, const uint8_t row) const | nnm::Matrix2< Real > | inline |
at(const uint8_t column, const uint8_t row) | nnm::Matrix2< Real > | inline |
begin() const | nnm::Matrix2< Real > | inline |
begin() | nnm::Matrix2< Real > | inline |
cofactor() const | nnm::Matrix2< Real > | inline |
cofactor_at(const uint8_t column, const uint8_t row) const | nnm::Matrix2< Real > | inline |
columns | nnm::Matrix2< Real > | |
determinant() const | nnm::Matrix2< Real > | inline |
end() const | nnm::Matrix2< Real > | inline |
end() | nnm::Matrix2< Real > | inline |
identity() | nnm::Matrix2< Real > | inlinestatic |
inverse() const | nnm::Matrix2< Real > | inline |
Matrix2() | nnm::Matrix2< Real > | inline |
Matrix2(const Matrix2< Other > &matrix) | nnm::Matrix2< Real > | inlineexplicit |
Matrix2(const Vector2< Real > &column0, const Vector2< Real > &column1) | nnm::Matrix2< Real > | inline |
Matrix2(const Real col0_row0, const Real col0_row1, const Real col1_row0, const Real col1_row1) | nnm::Matrix2< Real > | inline |
minor() const | nnm::Matrix2< Real > | inline |
minor_at(const uint8_t column, const uint8_t row) const | nnm::Matrix2< Real > | inline |
one() | nnm::Matrix2< Real > | inlinestatic |
operator bool() const | nnm::Matrix2< Real > | inlineexplicit |
operator!=(const Matrix2 &other) const | nnm::Matrix2< Real > | inline |
operator*(const Matrix2 &other) const | nnm::Matrix2< Real > | inline |
operator*(const Vector2< Real > &vector) const | nnm::Matrix2< Real > | inline |
operator*(const Real value) const | nnm::Matrix2< Real > | inline |
operator*=(const Matrix2 &other) | nnm::Matrix2< Real > | inline |
operator*=(const Real value) | nnm::Matrix2< Real > | inline |
operator+(const Matrix2 &other) const | nnm::Matrix2< Real > | inline |
operator+=(const Matrix2 &other) | nnm::Matrix2< Real > | inline |
operator-(const Matrix2 &other) const | nnm::Matrix2< Real > | inline |
operator-=(const Matrix2 &other) | nnm::Matrix2< Real > | inline |
operator/(const Real value) const | nnm::Matrix2< Real > | inline |
operator/=(const Real value) | nnm::Matrix2< Real > | inline |
operator<(const Matrix2 &other) const | nnm::Matrix2< Real > | inline |
operator==(const Matrix2 &other) const | nnm::Matrix2< Real > | inline |
operator[](const uint8_t column) const | nnm::Matrix2< Real > | inline |
operator[](const uint8_t column) | nnm::Matrix2< Real > | inline |
trace() const | nnm::Matrix2< Real > | inline |
transpose() const | nnm::Matrix2< Real > | inline |
unchecked_inverse() const | nnm::Matrix2< Real > | inline |
zero() | nnm::Matrix2< Real > | inlinestatic |