This website requires JavaScript.
Explore
Help
Sign In
mirror
/
glm
Watch
1
Star
0
Fork
0
You've already forked glm
mirror of
https://github.com/g-truc/glm.git
synced
2024-11-12 21:31:47 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9755dea062
glm
/
test
/
gtx
/
gtx_rotate_normalized_axis.cpp
9 lines
93 B
C++
Raw
Normal View
History
Unescape
Escape
Resolved issue #4, added GLM_GTX_rotate_normalized_axis
2012-12-13 23:14:02 +00:00
#
include
<glm/gtx/rotate_normalized_axis.hpp>
int
main
(
)
{
int
Error
(
0
)
;
Quiet most GLM_FORCE_RADIANS messages
2014-01-11 20:12:53 +00:00
Resolved issue #4, added GLM_GTX_rotate_normalized_axis
2012-12-13 23:14:02 +00:00
return
Error
;
}
Reference in New Issue
Copy Permalink