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