Main Page
Related Pages
Modules
Files
File List
G:
Repository
glm
glm
core
type_mat.hpp
Go to the documentation of this file.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#ifndef glm_core_type_mat
30
#define glm_core_type_mat
31
32
#include "
type_gentype.hpp
"
33
34
namespace
glm{
35
namespace
detail
36
{
37
//template
38
//<
39
// typename T,
40
// template <typename> class C,
41
// template <typename> class R
42
//>
43
//struct matType
44
//{
45
// enum ctor{null};
46
// typedef T value_type;
47
// typedef std::size_t size_type;
48
// typedef C<T> col_type;
49
// typedef R<T> row_type;
50
// static size_type const col_size;
51
// static size_type const row_size;
52
//};
53
54
//template
55
//<
56
// typename T,
57
// template <typename> class C,
58
// template <typename> class R
59
//>
60
//typename matType<T, C, R>::size_type const
61
//matType<T, C, R>::col_size = matType<T, C, R>::col_type::value_size;
62
63
//template
64
//<
65
// typename T,
66
// template <typename> class C,
67
// template <typename> class R
68
//>
69
//typename matType<T, C, R>::size_type const
70
//matType<T, C, R>::row_size = matType<T, C, R>::row_type::value_size;
71
72
}
//namespace detail
73
}
//namespace glm
74
75
#endif//glm_core_type_mat
Generated by
1.8.2