3 #include "util/string.h" String ToString()
Converts this resolution to a printable string.
Definition: resolution.cc:28
float GetAspectRatio()
Calculates the aspect ratio of this resolution.
Definition: resolution.cc:22
eastl::string String
Typedef for wrapping the EASTL string.
Definition: string.h:13
Stores resolution information in pixels.
Definition: resolution.h:12
int height
The height of the resolution.
Definition: resolution.h:40
The main Blowbox namespace.
Definition: image.cc:8
int width
The width of the resolution.
Definition: resolution.h:39
Resolution()
Constructs an empty resolution (0, 0)
Definition: resolution.cc:6