You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
24 lines
794 B
24 lines
794 B
/////////////////////////////////////////////////////////////////////////////////////////////////// |
|
// OpenGL Mathematics Copyright (c) 2005 - 2011 G-Truc Creation (www.g-truc.net) |
|
/////////////////////////////////////////////////////////////////////////////////////////////////// |
|
// Created : 2009-06-09 |
|
// Updated : 2009-06-09 |
|
// Licence : This source is under MIT License |
|
// File : glm/core/intrinsic_trigonometric.hpp |
|
/////////////////////////////////////////////////////////////////////////////////////////////////// |
|
|
|
#ifndef glm_detail_intrinsic_trigonometric |
|
#define glm_detail_intrinsic_trigonometric |
|
|
|
#include "../setup.hpp" |
|
|
|
namespace glm{ |
|
namespace detail |
|
{ |
|
|
|
}//namespace detail |
|
}//namespace glm |
|
|
|
#include "intrinsic_trigonometric.inl" |
|
|
|
#endif//glm_detail_intrinsic_trigonometric
|
|
|