Tools/GLM: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
Sub page for GLM.
 
Infobox for tools.
 
Line 1: Line 1:
{{Infobox tool
| name = OpenGL Mathematics
| version = 0.9.4.3
| release = 19 March, 2013
| language = C++
| license = MIT License
| site = [http://glm.g-truc.net/ site]
}}
'''OpenGL Mathematics''' ('''GLM''') is a C++ vector math library that emulates the behavior of the [[OpenGL Shading Language]] to the degree that C++ makes this possible.
'''OpenGL Mathematics''' ('''GLM''') is a C++ vector math library that emulates the behavior of the [[OpenGL Shading Language]] to the degree that C++ makes this possible.
[http://glm.g-truc.net/ Here is a link.]]


{{stub}}
{{stub}}


[[Category:Tools]]
[[Category:Tools]]

Latest revision as of 01:25, 2 April 2013

OpenGL Mathematics
Version 0.9.4.3
Release date 19 March, 2013
Language(s) C++
License MIT License
Website site

OpenGL Mathematics (GLM) is a C++ vector math library that emulates the behavior of the OpenGL Shading Language to the degree that C++ makes this possible.