Set the values within this matrix to the supplied double values. The result looks like this:
<p>
m00, m10, m20<br>
m01, m11, m21<br>
@param m00
the new value of m00
@param m01
the new value of m01
@param m10
the new value of m10
@param m11
the new value of m11
@param m20
the new value of m20
@param m21
the new value of m21
@return this
Set the values within this matrix to the supplied double values. The result looks like this: <p> m00, m10, m20<br> m01, m11, m21<br>
@param m00 the new value of m00 @param m01 the new value of m01 @param m10 the new value of m10 @param m11 the new value of m11 @param m20 the new value of m20 @param m21 the new value of m21 @return this