SCM Repository
[diderot] Diff of /branches/vis12/doc/TYPES
Diff of /branches/vis12/doc/TYPES
Parent Directory
|
Revision Log
|
Patch
3 |
Scalar types |
Scalar types |
4 |
|
|
5 |
bool |
bool |
6 |
int, float, double |
int, long, float, double |
7 |
|
uint, ulong ?? |
8 |
|
|
9 |
Vector types |
Vector types |
10 |
|
|
14 |
|
|
15 |
(or we could use the OpenCL approach: int2, int3, ...) |
(or we could use the OpenCL approach: int2, int3, ...) |
16 |
|
|
17 |
|
quatf, quatd |
18 |
|
|
19 |
Matrix types |
Matrix types |
20 |
|
|
21 |
mat22<t> |
mat22<t> |
35 |
floats and doubles |
floats and doubles |
36 |
vectors of the above scalar types |
vectors of the above scalar types |
37 |
matrices of the above scalar types |
matrices of the above scalar types |
38 |
|
symmetric matrices of the above scalar types |
39 |
|
|
40 |
Fields |
Fields |
41 |
|
|
42 |
Actors |
Actors |
43 |
|
|
44 |
|
Comments |
45 |
|
|
46 |
|
Could view everything as a tensor<order,dim,ty> |
47 |
|
|
48 |
|
Track symmetry of tensors |
|
Legend:
Removed from v.4 |
|
changed lines |
|
Added in v.5 |
|
|