Lines Matching full:matrix
30 * Creates a new identity 3x3 matrix
38 * Creates a new matrix and sets its values from the given
41 * @param dataArray values to set the matrix to, must be 9
50 * Return a reference to the internal array representing matrix
51 * values. Modifying this array will also change the matrix
53 * @return internal array representing the matrix
82 * Sets the matrix values to identity
99 * Sets the values of the matrix to those of the parameter
101 * @param src matrix to load the values from
108 * Sets current values to be a rotation matrix of certain angle
148 * Makes the upper 2x2 a rotation matrix of the given angle
165 * Makes the upper 2x2 a scale matrix of given dimensions
177 * Sets current values to be a scale matrix of given dimensions
191 * Sets current values to be a translation matrix of given
207 * @param lhs left hand side matrix
208 * @param rhs right hand side matrix
228 * Post-multiplies the current matrix by a given parameter
239 * Modifies the current matrix by post-multiplying it with a
240 * rotation matrix of certain angle about a given axis
254 * Modifies the upper 2x2 of the current matrix by
255 * post-multiplying it with a rotation matrix of given angle
266 * Modifies the upper 2x2 of the current matrix by
267 * post-multiplying it with a scale matrix of given dimensions
279 * Modifies the current matrix by post-multiplying it with a
280 * scale matrix of given dimensions
293 * Modifies the current matrix by post-multiplying it with a
294 * translation matrix of given dimensions
306 * Sets the current matrix to its transpose