CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
RotatePath.hpp File Reference
#include "Axis.hpp"
#include "TransformPath.hpp"

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< PathCeresEngine::MeshGenerator::rotatePath (Path path, const Quaternion &rotation)
 
template<typename Path >
RotatePath< PathCeresEngine::MeshGenerator::rotatePath (Path path, double angle, const Vector3 &axis)
 
template<typename Path >
RotatePath< PathCeresEngine::MeshGenerator::rotatePath (Path path, double angle, Axis axis)