Fixed Point Arithmetic
0
Fixed-point math library.
|
Width based type names. More...
Typedefs | |
typedef frac | frac_s16 |
typedef dfrac | frac_s32 |
typedef vec3 | vec3_s16 |
3d vector with 16 bit signed components. More... | |
typedef dvec3 | vec3_s32 |
3d vector with 32 bit signed components More... | |
Width based type names.
Use these only when strictly necessary.
3d vector with 16 bit signed components.
Definition at line 103 of file vector_types.h.
3d vector with 32 bit signed components
Definition at line 108 of file vector_types.h.