#include <Rotate.hpp>
◆ Rotate() [1/3]
ECS::Rotate::Rotate |
( |
short |
rotate | ) |
|
|
explicitnoexcept |
A constructor for the Rotate class.
- Parameters
-
rotate | The amount of degrees to rotate the image. |
◆ Rotate() [2/3]
ECS::Rotate::Rotate |
( |
const Rotate & |
rotate | ) |
|
|
noexcept |
Copy constructor for the Rotate class.
- Parameters
-
rotate | The angle of rotation in degrees. |
◆ Rotate() [3/3]
ECS::Rotate::Rotate |
( |
Rotate && |
| ) |
|
|
explicitdeletenoexcept |
◆ ~Rotate()
◆ getRotate()
short ECS::Rotate::getRotate |
( |
| ) |
const |
|
noexcept |
It returns the value of the private variable _rotate.
- Returns
- The rotate value.
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ setRotate()
void ECS::Rotate::setRotate |
( |
short |
rotate | ) |
|
|
noexcept |
The documentation for this class was generated from the following files: