Unravel Engine C++ Reference
|
Scales a shape keeping tangents unit length. More...
#include <scale_shape.hpp>
Public Types | |
using | edges_t = typename impl_t::edges_t |
using | vertices_t = typename impl_t::vertices_t |
Public Member Functions | |
scale_shape_t (shape_t shape, const gml::dvec2 &scale) | |
edges_t | edges () const noexcept |
vertices_t | vertices () const noexcept |
Scales a shape keeping tangents unit length.
Definition at line 11 of file scale_shape.hpp.
using generator::scale_shape_t< shape_t >::edges_t = typename impl_t::edges_t |
Definition at line 30 of file scale_shape.hpp.
using generator::scale_shape_t< shape_t >::vertices_t = typename impl_t::vertices_t |
Definition at line 37 of file scale_shape.hpp.
|
inline |
shape | Source data shape. |
scale | Scale factor. |
Definition at line 20 of file scale_shape.hpp.
|
inlinenoexcept |
Definition at line 32 of file scale_shape.hpp.
|
inlinenoexcept |
Definition at line 39 of file scale_shape.hpp.