Lines Matching full:matrix
30 * Creates a new identity 4x4 matrix
38 * Creates a new matrix and sets its values from the given
41 * @param dataArray values to set the matrix to, must be 16
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
107 * Sets the values of the matrix to those of the parameter
109 * @param src matrix to load the values from
116 * Sets the values of the matrix to those of the parameter
118 * @param src matrix to load the values from
144 * Sets current values to be a rotation matrix of certain angle
191 * Sets current values to be a scale matrix of given dimensions
205 * Sets current values to be a translation matrix of given
223 * @param lhs left hand side matrix
224 * @param rhs right hand side matrix
247 * Set current values to be an orthographic projection matrix
267 * Set current values to be an orthographic projection matrix
281 * Sets current values to be a perspective projection matrix
304 * Sets current values to be a perspective projection matrix
321 * projection matrix with aspect ratio defined by the parameters
353 * Post-multiplies the current matrix by a given parameter
363 * Modifies the current matrix by post-multiplying it with a
364 * rotation matrix of certain angle about a given axis
378 * Modifies the current matrix by post-multiplying it with a
379 * scale matrix of given dimensions
392 * Modifies the current matrix by post-multiplying it with a
393 * translation matrix of given dimensions
424 * Sets the current matrix to its inverse
453 * Sets the current matrix to its inverse transpose
481 * Sets the current matrix to its transpose