PSMoveService
thirdparty
glm
glm
core
hint.hpp
Go to the documentation of this file.
1
29
#ifndef glm_core_type
30
#define glm_core_type
31
32
namespace
glm
33
{
34
// Use dont_care, nicest and fastest to optimize implementations.
35
class
dont_care
{};
36
class
nicest
{};
37
class
fastest
{};
38
}
//namespace glm
39
40
#endif//glm_core_type
glm
Definition:
_detail.hpp:38
glm::nicest
Definition:
hint.hpp:36
glm::dont_care
Definition:
hint.hpp:35
glm::fastest
Definition:
hint.hpp:37
Generated by
1.8.12