Hello
Guest
Register
Login
1 Hour
1 Day
1 Week
1 Month
Forever
LWJGL 3.3.2 released
Menu
Home
Help
Search
Login
Register
go
LWJGL Forum
Programming
Bug Reports / RFE
[RFE] Add getters for matrix properties
« previous
next »
Print
Pages: [
1
]
[RFE] Add getters for matrix properties
0 Replies
6389 Views
revelation60
1
[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!
Logged
Print
Pages: [
1
]
« previous
next »