Matrix3d.set

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> m02, m12, m22<br>

@param m00 the new value of m00 @param m01 the new value of m01 @param m02 the new value of m02 @param m10 the new value of m10 @param m11 the new value of m11 @param m12 the new value of m12 @param m20 the new value of m20 @param m21 the new value of m21 @param m22 the new value of m22 @return this

Meta