[RFE] Add getters for matrix properties

Started by revelation60, June 05, 2011, 19:21:11

Previous topic - Next topic

revelation60

Getters for stuff like translation, and rotation would be really welcome. Now I have to reconstruct them from the elements.

Matrix4f mat;
mat.getTranslation();
mat.get33Block(); // get 3x3 block for example
mat.getRotationAngle();


Thanks!