Unravel Engine C++ Reference
|
Rotates a shape around the origin on the xy-plane. More...
#include <rotate_shape.hpp>
Public Types | |
using | edges_t = typename impl_t::edges_t |
using | vertices_t = typename impl_t::vertices_t |
Public Member Functions | |
rotate_shape_t (shape_t shape, double angle) | |
edges_t | edges () const noexcept |
vertices_t | vertices () const noexcept |
Rotates a shape around the origin on the xy-plane.
Definition at line 11 of file rotate_shape.hpp.
using generator::rotate_shape_t< shape_t >::edges_t = typename impl_t::edges_t |
Definition at line 31 of file rotate_shape.hpp.
using generator::rotate_shape_t< shape_t >::vertices_t = typename impl_t::vertices_t |
Definition at line 38 of file rotate_shape.hpp.
|
inline |
shape | Source data shape. |
angle | Counterclockwise angle. |
Definition at line 20 of file rotate_shape.hpp.
|
inlinenoexcept |
Definition at line 33 of file rotate_shape.hpp.
|
inlinenoexcept |
Definition at line 40 of file rotate_shape.hpp.