Clementine
|
This is the complete list of members for Matrix4, including all inherited members.
getRotation() const (defined in Matrix4) | Matrix4 | |
getScale() const (defined in Matrix4) | Matrix4 | |
getTranslation() const (defined in Matrix4) | Matrix4 | |
identity (defined in Matrix4) | Matrix4 | static |
m (defined in Matrix4) | Matrix4 | |
Matrix4() (defined in Matrix4) | Matrix4 | |
Matrix4(std::initializer_list< float > list) (defined in Matrix4) | Matrix4 | |
Matrix4(const float *m) (defined in Matrix4) | Matrix4 | |
operator*(const Matrix4 &rhs) const (defined in Matrix4) | Matrix4 | |
operator*(float rhs) const (defined in Matrix4) | Matrix4 | |
operator*=(const Matrix4 &rhs) (defined in Matrix4) | Matrix4 | |
operator*=(float rhs) (defined in Matrix4) | Matrix4 | |
operator+(const Matrix4 &rhs) const (defined in Matrix4) | Matrix4 | |
operator+=(const Matrix4 &rhs) (defined in Matrix4) | Matrix4 | |
operator-() const (defined in Matrix4) | Matrix4 | |
operator-(const Matrix4 &rhs) const (defined in Matrix4) | Matrix4 | |
operator-=(const Matrix4 &rhs) (defined in Matrix4) | Matrix4 | |
operator=(const Matrix4 &rhs) (defined in Matrix4) | Matrix4 | |
rotateX(float angle) (defined in Matrix4) | Matrix4 | |
rotateY(float angle) (defined in Matrix4) | Matrix4 | |
rotateZ(float angle) (defined in Matrix4) | Matrix4 | |
scale(const Vector3 &vec) (defined in Matrix4) | Matrix4 | |
translate(const Vector3 &vec) (defined in Matrix4) | Matrix4 | |
zero (defined in Matrix4) | Matrix4 | static |