![]() |
FastEngine 0.9.3
A multiplayer oriented 2D engine made with Vulkan.
|
Public Member Functions | |
Viewport (float x, float y, float width, float height) | |
bool | operator== (Viewport const &r) const |
bool | operator!= (Viewport const &r) const |
void | setPosition (float x, float y) |
void | setSize (float width, float height) |
float | getPositionX () const |
float | getPositionY () const |
float | getWidth () const |
float | getHeight () const |
VkViewport const & | getViewport () const |