Nothing that is "required", but i thought I would suggest them...
matrix.reset() <- return matrix to original state, without making new instance.
matrix.set(anothermatrix) <- set matrix values to another, without a new instance.
Probably possible with get/setDump() anyway though;)
Quote from: "cyberkilla"
matrix.reset() <- return matrix to original state, without making new instance.
Like Matrix.setIdentity(); :?:
Oh, i didnt see that:)
That one is covered;).
The matrix.set() might be useful to people.
Yes, i'll add it. That will be much better than the stupid getDump() /setDump-combination.