LWJGL
June 17, 2013, 21:53:54
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
LWJGL is now using GitHub
Home
Help
Search
Login
Register
LWJGL
>
Programming
>
Bug Reports / RFE
>
[RFE] Add getters for matrix properties
Pages: [
1
]
« previous
next »
Print
Author
Topic: [RFE] Add getters for matrix properties (Read 686 times)
revelation60
Newbie
Posts: 1
[RFE] Add getters for matrix properties
«
on:
June 05, 2011, 12: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
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Programming
-----------------------------
=> Lightweight Java Library Game Development
=> LWJGL Documentation
=> Bug Reports / RFE
=> OpenGL
=> OpenAL
=> General Java Game Development
-----------------------------
Archive
-----------------------------
=> Resolved Bugs/RFE
=> DirectX
=> DevIL
=> FMOD
Loading...