|
CeresEngine 0.2.0
A game development framework
|
Scales a shape keeping tangents unit length. More...
#include <CeresEngine/Mesh/Generator/ScaleShape.hpp>
Public Types | |
| using | Edges = typename Impl::Edges |
| using | Vertices = typename Impl::Vertices |
Public Member Functions | |
| ScaleShape (Shape shape, const Vector2 &scale) | |
| Edges | edges () const noexcept |
| Vertices | vertices () const noexcept |
Private Types | |
| using | Impl = TransformShape< Shape > |
Private Attributes | |
| Impl | mTransformShape |
Scales a shape keeping tangents unit length.
|
private |
| using CeresEngine::MeshGenerator::ScaleShape< Shape >::Vertices = typename Impl::Vertices |
|
inline |
| shape | Source data shape. |
| scale | Scale factor. |
|
inlinenoexcept |
|
inlinenoexcept |
|
private |