Main Menu

Matrix methods

Started by cyberkilla, February 17, 2007, 12:10:45 AM

Previous topic - Next topic

cyberkilla

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;)
http://futurerp.net - Text Based MMORPG
http://beta.rpwar.com - 3D Isometric MMORPG

EgonOlsen

Quote from: "cyberkilla"
matrix.reset() <- return matrix to original state, without making new instance.
Like Matrix.setIdentity();  :?:

cyberkilla

Oh, i didnt see that:)
That one is covered;).

The matrix.set() might be useful to people.
http://futurerp.net - Text Based MMORPG
http://beta.rpwar.com - 3D Isometric MMORPG

EgonOlsen

Yes, i'll add it. That will be much better than the stupid getDump() /setDump-combination.