1 #ifndef CAMERA_HPP_INCLUDED
2 #define CAMERA_HPP_INCLUDED
4 #include "../../Core/Types/Tile.hpp"
39 bool RotateTo(std::int32_t Angle, std::int32_t Tolerance = 10);
56 bool RotateTo(
const Tile& T, std::int32_t Angle = 0, std::int32_t Tolerance = 10);
bool SetPitch(std::int32_t Pitch)
Sets the pitch of the camera.
bool RotateTo(std::int32_t Angle, std::int32_t Tolerance=10)
Rotates the camera to the passed angle/degree.