Flow Visualisation
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
Definition: _detail.hpp:38
Definition: hint.hpp:36
Definition: hint.hpp:35
Definition: hint.hpp:37