Difference between revisions of "Dimension2d"
From King Arthur's Gold Wiki
m |
|||
Line 8: | Line 8: | ||
! '''Description''' | ! '''Description''' | ||
|- | |- | ||
− | | | + | | [[dimension2di]] |
− | | | + | | [[dimension2di ( const uint, const uint )]] |
|- | |- | ||
− | | | + | | [[position2di]] |
− | | | + | | [[position2di ( const uint, const uint )]] |
|- | |- | ||
|} | |} |
Revision as of 05:42, 28 September 2012
The Dimension2d types are used for positioning things such as GUI elements. It is similar to the Vec2f type, but takes unsigned integers.
Types | Description |
---|---|
dimension2di | dimension2di ( const uint, const uint ) |
position2di | position2di ( const uint, const uint ) |
Example
GUI::DrawWindow(recti(position2di(pos.x, pos.y), dimension2di(50, 70)));