Unravel Engine C++ Reference
|
Scales a path. Keeps tangents and normals unit length. More...
#include <scale_path.hpp>
Public Types | |
using | edges_t = typename impl_t::edges_t |
using | vertices_t = typename impl_t::vertices_t |
Public Member Functions | |
scale_path_t (path_t path, const gml::dvec3 &scale) | |
edges_t | edges () const noexcept |
vertices_t | vertices () const noexcept |
Scales a path. Keeps tangents and normals unit length.
Definition at line 11 of file scale_path.hpp.
using generator::scale_path_t< path_t >::edges_t = typename impl_t::edges_t |
Definition at line 31 of file scale_path.hpp.
using generator::scale_path_t< path_t >::vertices_t = typename impl_t::vertices_t |
Definition at line 38 of file scale_path.hpp.
|
inline |
path | Source data path. |
scale | Scale Factor. Must not have zero components! |
Definition at line 20 of file scale_path.hpp.
|
inlinenoexcept |
Definition at line 33 of file scale_path.hpp.
|
inlinenoexcept |
Definition at line 40 of file scale_path.hpp.