Lines Matching full:matrix
29 * Creates a new identity 4x4 matrix
37 * Creates a new matrix and sets its values from the given
40 * @param dataArray values to set the matrix to, must be 16
49 * Return a reference to the internal array representing matrix
50 * values. Modifying this array will also change the matrix
52 * @return internal array representing the matrix
81 * Sets the matrix values to identity
106 * Sets the values of the matrix to those of the parameter
108 * @param src matrix to load the values from
115 * Sets the values of the matrix to those of the parameter
117 * @param src matrix to load the values from
143 * Sets current values to be a rotation matrix of certain angle
190 * Sets current values to be a scale matrix of given dimensions
204 * Sets current values to be a translation matrix of given
222 * @param lhs left hand side matrix
223 * @param rhs right hand side matrix
246 * Set current values to be an orthographic projection matrix
266 * Set current values to be an orthographic projection matrix
280 * Sets current values to be a perspective projection matrix
303 * Sets current values to be a perspective projection matrix
320 * projection matrix with aspect ratio defined by the parameters
352 * Post-multiplies the current matrix by a given parameter
362 * Modifies the current matrix by post-multiplying it with a
363 * rotation matrix of certain angle about a given axis
377 * Modifies the current matrix by post-multiplying it with a
378 * scale matrix of given dimensions
391 * Modifies the current matrix by post-multiplying it with a
392 * translation matrix of given dimensions
423 * Sets the current matrix to its inverse
452 * Sets the current matrix to its inverse transpose
480 * Sets the current matrix to its transpose