Go to the documentation of this file.
2 #ifndef matpkg_h_defined
3 #define matpkg_h_defined
37 #if defined(__cplusplus)
44 rotate(
Matrix a,
float rx,
float ry,
float rz);
45 translate(
Matrix a,
float tx,
float ty,
float tz);
46 scale(
Matrix a,
float sx,
float sy,
float sz);