|
CeresEngine 0.2.0
A game development framework
|
Rotates vertices, tangents and normals. More...
#include <CeresEngine/Mesh/Generator/RotatePath.hpp>
Public Types | |
| using | Edges = typename Impl::Edges |
| using | Vertices = typename Impl::Vertices |
Public Member Functions | |
| RotatePath (Path path, const Quaternion &rotation) | |
| RotatePath (Path path, const double angle, const Vector3 &axis) | |
| RotatePath (Path path, const double angle, const Axis axis) | |
| Edges | edges () const noexcept |
| Vertices | vertices () const noexcept |
Private Types | |
| using | Impl = TransformPath< Path > |
Private Attributes | |
| Impl | mTransformPath |
Rotates vertices, tangents and normals.
|
private |
| using CeresEngine::MeshGenerator::RotatePath< Path >::Vertices = typename Impl::Vertices |
|
inline |
|
inline |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
private |