SCM Repository
[diderot] Annotation of /branches/lamont_dev/doc/TYPES
Annotation of /branches/lamont_dev/doc/TYPES
Parent Directory
|
Revision Log
Revision 1697 -
(view)
(download)
1 : |
jhr |
4 |
Concrete types
|
2 : |
|
|
|
3 : |
|
|
Scalar types
|
4 : |
|
|
|
5 : |
|
|
bool
|
6 : |
jhr |
5 |
int, long, float, double
|
7 : |
|
|
uint, ulong ??
|
8 : |
jhr |
4 |
|
9 : |
|
|
Vector types
|
10 : |
|
|
|
11 : |
|
|
vec2<t>
|
12 : |
|
|
vec3<t>
|
13 : |
|
|
vec4<t> ??
|
14 : |
|
|
|
15 : |
|
|
(or we could use the OpenCL approach: int2, int3, ...)
|
16 : |
|
|
|
17 : |
jhr |
5 |
quatf, quatd
|
18 : |
|
|
|
19 : |
jhr |
4 |
Matrix types
|
20 : |
|
|
|
21 : |
|
|
mat22<t>
|
22 : |
|
|
mat33<t>
|
23 : |
|
|
mat44<t>
|
24 : |
|
|
|
25 : |
|
|
Tensors
|
26 : |
|
|
|
27 : |
|
|
tensor<t>
|
28 : |
|
|
|
29 : |
|
|
Abstract types
|
30 : |
|
|
|
31 : |
|
|
Data sets
|
32 : |
|
|
|
33 : |
|
|
Element types include
|
34 : |
|
|
signed and unsigned integers of 1, 2, 4, or 8 bytes.
|
35 : |
|
|
floats and doubles
|
36 : |
|
|
vectors of the above scalar types
|
37 : |
|
|
matrices of the above scalar types
|
38 : |
jhr |
5 |
symmetric matrices of the above scalar types
|
39 : |
jhr |
4 |
|
40 : |
|
|
Fields
|
41 : |
|
|
|
42 : |
|
|
Actors
|
43 : |
|
|
|
44 : |
jhr |
5 |
Comments
|
45 : |
|
|
|
46 : |
|
|
Could view everything as a tensor<order,dim,ty>
|
47 : |
|
|
|
48 : |
|
|
Track symmetry of tensors
|