|
CeresEngine 0.2.0
A game development framework
|
Go to the source code of this file.
Classes | |
| class | CeresEngine::MeshGenerator::RotateMesh< Mesh > |
| Rotates vertices and normals. More... | |
Namespaces | |
| namespace | CeresEngine |
| namespace | CeresEngine::MeshGenerator |
Functions | |
| template<typename Mesh > | |
| RotateMesh< Mesh > | CeresEngine::MeshGenerator::rotateMesh (Mesh mesh, const Quaternion &rotation) |
| template<typename Mesh > | |
| RotateMesh< Mesh > | CeresEngine::MeshGenerator::rotateMesh (Mesh mesh, double angle, const Vector3 &axis) |
| template<typename Mesh > | |
| RotateMesh< Mesh > | CeresEngine::MeshGenerator::rotateMesh (Mesh mesh, double angle, Axis axis) |