This is the complete list of members for Transform, including all inherited members.
getEulerAngles(bool radian=true) const | Transform | |
getInfos() | Matrix4f | |
getOrientation() const | Transform | |
getRotationMatrix() const | Transform | |
getRotationVector() | Transform | |
getTranslation() const | Transform | |
identity() | Matrix4f | static |
inverse() | Matrix4f | |
inverse(const Matrix4f &mat) | Matrix4f | static |
Matrix4f() | Matrix4f | |
Matrix4f(float data[]) | Matrix4f | |
Matrix4f(const Matrix4f &mat) | Matrix4f | |
matrix_name | Matrix4f | |
operator!=(const Matrix4f &mat) const | Matrix4f | |
operator()(int u, int v) | Matrix4f | |
operator*(const Matrix4f &mat) const | Matrix4f | |
operator*(const Vector4< float > &vect) const | Matrix4f | |
operator*(const float &scalar) const | Matrix4f | |
operator+(const Matrix4f &mat) const | Matrix4f | |
operator+(const float &scalar) const | Matrix4f | |
operator-(const Matrix4f &mat) const | Matrix4f | |
operator-(const float &scalar) const | Matrix4f | |
operator==(const Matrix4f &mat) const | Matrix4f | |
setEulerAngles(const float3 &euler_angles, bool radian=true) | Transform | |
setIdentity() | Matrix4f | |
setOrientation(const Orientation &orientation) | Transform | |
setRotationMatrix(const Rotation &rotation) | Transform | |
setRotationVector(const float3 &vec_rot) | Transform | |
setSubMatrix3f(Matrix3f input, int row=0, int column=0) | Matrix4f | |
setSubVector3f(Vector3< float > input, int column=3) | Matrix4f | |
setSubVector4f(Vector4< float > input, int column=3) | Matrix4f | |
setTranslation(const Translation &translation) | Transform | |
setZeros() | Matrix4f | |
Transform() | Transform | |
Transform(const Transform &motion) | Transform | |
Transform(const Matrix4f &mat) | Transform | |
Transform(const Rotation &rotation, const Translation &translation) | Transform | |
Transform(const Orientation &orientation, const Translation &translation) | Transform | |
transpose() | Matrix4f | |
transpose(const Matrix4f &mat) | Matrix4f | static |
zeros() | Matrix4f | static |