CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::MeshGenerator::RotatePath< Path > Class Template Reference

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
 

Detailed Description

template<typename Path>
class CeresEngine::MeshGenerator::RotatePath< Path >

Rotates vertices, tangents and normals.

Member Typedef Documentation

◆ Edges

◆ Impl

◆ Vertices

Constructor & Destructor Documentation

◆ RotatePath() [1/3]

template<typename Path >
CeresEngine::MeshGenerator::RotatePath< Path >::RotatePath ( Path  path,
const Quaternion &  rotation 
)
inline

◆ RotatePath() [2/3]

template<typename Path >
CeresEngine::MeshGenerator::RotatePath< Path >::RotatePath ( Path  path,
const double  angle,
const Vector3 axis 
)
inline

◆ RotatePath() [3/3]

template<typename Path >
CeresEngine::MeshGenerator::RotatePath< Path >::RotatePath ( Path  path,
const double  angle,
const Axis  axis 
)
inline

Member Function Documentation

◆ edges()

template<typename Path >
Edges CeresEngine::MeshGenerator::RotatePath< Path >::edges ( ) const
inlinenoexcept

◆ vertices()

template<typename Path >
Vertices CeresEngine::MeshGenerator::RotatePath< Path >::vertices ( ) const
inlinenoexcept

Member Data Documentation

◆ mTransformPath

template<typename Path >
Impl CeresEngine::MeshGenerator::RotatePath< Path >::mTransformPath
private

The documentation for this class was generated from the following file: