SCM Repository
Annotation of /branches/vis12/doc/TYPES
Parent Directory
|
Revision Log
Revision 4 -
(view)
(download)
Original Path: trunk/doc/TYPES
1 : | jhr | 4 | Concrete types |
2 : | |||
3 : | Scalar types | ||
4 : | |||
5 : | bool | ||
6 : | int, float, double | ||
7 : | |||
8 : | Vector types | ||
9 : | |||
10 : | vec2<t> | ||
11 : | vec3<t> | ||
12 : | vec4<t> ?? | ||
13 : | |||
14 : | (or we could use the OpenCL approach: int2, int3, ...) | ||
15 : | |||
16 : | Matrix types | ||
17 : | |||
18 : | mat22<t> | ||
19 : | mat33<t> | ||
20 : | mat44<t> | ||
21 : | |||
22 : | Tensors | ||
23 : | |||
24 : | tensor<t> | ||
25 : | |||
26 : | Abstract types | ||
27 : | |||
28 : | Data sets | ||
29 : | |||
30 : | Element types include | ||
31 : | signed and unsigned integers of 1, 2, 4, or 8 bytes. | ||
32 : | floats and doubles | ||
33 : | vectors of the above scalar types | ||
34 : | matrices of the above scalar types | ||
35 : | |||
36 : | Fields | ||
37 : | |||
38 : | Actors | ||
39 : |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |