Lines Matching refs:this
4 * you may not use this file except in compliance with the License.
34 // Multiplies this matrix by another that translates coordinates by the vector (x, y, z).
36 // Multiplies this matrix by another that scales coordinates by the vector (x, y, z).
38 // Multiplies this matrix by another that rotates coordinates through angle degrees about the vector (dx, dy, dz).
42 // Multiplies this matrix by another that skew through angle degrees.
44 // Multiplies this matrix by another that skew through shear factors.
46 // Multiplies this matrix by another that perspective through axis factors.
51 // Returns the inverse of this matrix. Returns the identity if this matrix cannot be inverted;
100 this->MapScalars(vec, vec);
137 return *this;
194 return *this;