Hello Guest

[RFE] Add getters for matrix properties

  • 0 Replies
  • 6389 Views
[RFE] Add getters for matrix properties
« on: June 05, 2011, 19:21:11 »
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!