Unravel Engine C++ 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 |
Rotates vertices, tangents and normals.
Definition at line 12 of file rotate_path.hpp.
using generator::rotate_path_t< path_t >::edges_t = typename impl_t::edges_t |
Definition at line 43 of file rotate_path.hpp.
using generator::rotate_path_t< path_t >::vertices_t = typename impl_t::vertices_t |
Definition at line 50 of file rotate_path.hpp.
|
inline |
Definition at line 19 of file rotate_path.hpp.
|
inline |
Definition at line 29 of file rotate_path.hpp.
|
inline |
Definition at line 34 of file rotate_path.hpp.
|
inlinenoexcept |
Definition at line 45 of file rotate_path.hpp.
|
inlinenoexcept |
Definition at line 52 of file rotate_path.hpp.