Unravel Engine C++ Reference
|
Translates the position of each vertex by given amount. More...
#include <translate_path.hpp>
Public Types | |
using | edges_t = typename impl_t::edges_t |
using | vertices_t = typename impl_t::vertices_t |
Public Member Functions | |
translate_path_t (path_t path, const gml::dvec3 &delta) | |
edges_t | edges () const noexcept |
vertices_t | vertices () const noexcept |
Translates the position of each vertex by given amount.
Definition at line 13 of file translate_path.hpp.
using generator::translate_path_t< path_t >::edges_t = typename impl_t::edges_t |
Definition at line 31 of file translate_path.hpp.
using generator::translate_path_t< path_t >::vertices_t = typename impl_t::vertices_t |
Definition at line 38 of file translate_path.hpp.
|
inline |
path | Source data path. |
delta | Amount to increment each vertex position. |
Definition at line 22 of file translate_path.hpp.
|
inlinenoexcept |
Definition at line 33 of file translate_path.hpp.
|
inlinenoexcept |
Definition at line 40 of file translate_path.hpp.