#include "math/Vector3.h"
#include "render.h"
#include "math/matrix.h"
#include "math/quaternion.h"
#include "../xyview/grid.h"
#include "../xyview/grid.h"
Go to the source code of this file.
Data Structures | |
struct | FlatShadedVertex |
class | Manipulatable |
class | Rotatable |
class | Translatable |
class | Scalable |
class | RotateFree |
class | RotateAxis |
class | TranslateAxis |
class | TranslateFree |
class | ScaleAxis |
class | ScaleFree |
Functions | |
void | transform_local2object (Matrix4 &object, const Matrix4 &local, const Matrix4 &local2object) |
void | translation_local2object (Vector3 &object, const Vector3 &local, const Matrix4 &local2object) |
void transform_local2object | ( | Matrix4 & | object, | |
const Matrix4 & | local, | |||
const Matrix4 & | local2object | |||
) |