mirror of
https://github.com/g-truc/glm.git
synced 2025-04-07 06:25:00 +00:00
Added trigonometric.hpp dep to matrix_transform_2d.inl
This commit is contained in:
parent
1644912f7d
commit
7cf0e87526
1 changed files with 2 additions and 1 deletions
|
@ -21,11 +21,12 @@
|
|||
/// THE SOFTWARE.
|
||||
///
|
||||
/// @ref gtx_matrix_transform_2d
|
||||
/// @file glm/gtc/gtx_matrix_transform_2d.inl
|
||||
/// @file glm/gtc/matrix_transform_2d.inl
|
||||
/// @date 2014-02-20
|
||||
/// @author Miguel Ángel Pérez Martínez
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "../trigonometric.hpp"
|
||||
|
||||
namespace glm
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue