#include <Types.hpp>


Go to the source code of this file.
Classes | |
| struct | parsetrans |
| struct | variable |
Enumerations | |
| enum | TransType { translation, rotation, scale, matrix } |
| enum TransType |
Definition at line 14 of file TransType.h.
00014 { 00015 translation, 00016 rotation, 00017 scale, 00018 matrix 00019 };
1.5.6