Lines Matching full:matrix
27 * Creates a new identity 2x2 matrix
35 * Creates a new matrix and sets its values from the given
38 * @param dataArray values to set the matrix to, must be 4
47 * Return a reference to the internal array representing matrix
48 * values. Modifying this array will also change the matrix
50 * @return internal array representing the matrix
79 * Sets the matrix values to identity
90 * Sets the values of the matrix to those of the parameter
92 * @param src matrix to load the values from
99 * Sets current values to be a rotation matrix of given angle
115 * Sets current values to be a scale matrix of given dimensions
130 * @param lhs left hand side matrix
131 * @param rhs right hand side matrix
148 * Post-multiplies the current matrix by a given parameter
158 * Modifies the current matrix by post-multiplying it with a
159 * rotation matrix of given angle
169 * Modifies the current matrix by post-multiplying it with a
170 * scale matrix of given dimensions
181 * Sets the current matrix to its transpose