Unravel Engine C++ Reference
Loading...
Searching...
No Matches
generator::rotate_path_t< path_t > Class Template Reference

Rotates vertices, tangents and normals. More...

#include <rotate_path.hpp>

Public Types

using edges_t = typename impl_t::edges_t
 
using vertices_t = typename impl_t::vertices_t
 

Public Member Functions

 rotate_path_t (path_t path, const gml::dquat &rotation)
 
 rotate_path_t (path_t path, double angle, const gml::dvec3 &axis)
 
 rotate_path_t (path_t path, double angle, axis_t axis)
 
edges_t edges () const noexcept
 
vertices_t vertices () const noexcept
 

Detailed Description

template<typename path_t>
class generator::rotate_path_t< path_t >

Rotates vertices, tangents and normals.

Definition at line 12 of file rotate_path.hpp.

Member Typedef Documentation

◆ edges_t

template<typename path_t >
using generator::rotate_path_t< path_t >::edges_t = typename impl_t::edges_t

Definition at line 43 of file rotate_path.hpp.

◆ vertices_t

template<typename path_t >
using generator::rotate_path_t< path_t >::vertices_t = typename impl_t::vertices_t

Definition at line 50 of file rotate_path.hpp.

Constructor & Destructor Documentation

◆ rotate_path_t() [1/3]

template<typename path_t >
generator::rotate_path_t< path_t >::rotate_path_t ( path_t path,
const gml::dquat & rotation )
inline

Definition at line 19 of file rotate_path.hpp.

◆ rotate_path_t() [2/3]

template<typename path_t >
generator::rotate_path_t< path_t >::rotate_path_t ( path_t path,
double angle,
const gml::dvec3 & axis )
inline

Definition at line 29 of file rotate_path.hpp.

◆ rotate_path_t() [3/3]

template<typename path_t >
generator::rotate_path_t< path_t >::rotate_path_t ( path_t path,
double angle,
axis_t axis )
inline

Definition at line 34 of file rotate_path.hpp.

Member Function Documentation

◆ edges()

template<typename path_t >
edges_t generator::rotate_path_t< path_t >::edges ( ) const
inlinenoexcept

Definition at line 45 of file rotate_path.hpp.

◆ vertices()

template<typename path_t >
vertices_t generator::rotate_path_t< path_t >::vertices ( ) const
inlinenoexcept

Definition at line 52 of file rotate_path.hpp.


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