SRM
v0.10.0-1
Simple Rendering Manager
|
Structure representing a 2D bounding box. More...
#include <SRMTypes.hh>
Data Fields | |
Int32 | x1 |
X-coordinate of the left edge. More... | |
Int32 | y1 |
Y-coordinate of the top edge. More... | |
Int32 | x2 |
X-coordinate of the right edge. More... | |
Int32 | y2 |
Y-coordinate of the bottom edge. More... | |
Structure representing a 2D bounding box.
Int32 SRMBox::x1 |
X-coordinate of the left edge.
Int32 SRMBox::y1 |
Y-coordinate of the top edge.
Int32 SRMBox::x2 |
X-coordinate of the right edge.
Int32 SRMBox::y2 |
Y-coordinate of the bottom edge.