|
Isle
|


Go to the source code of this file.
Classes | |
| class | MxPoint< T > |
| [AI] 2D point class templated on its coordinate type. More... | |
| class | MxSize< T > |
| [AI] 2D size class templated on its value type. More... | |
| class | MxRect< T > |
| [AI] 2D rectangle class templated on its value type. More... | |
| class | MxPoint16 |
| [AI] 2D point with 16-bit signed integer coordinates. More... | |
| class | MxPoint16List |
| [AI] List class for pointers to MxPoint16. More... | |
| class | MxPoint16ListCursor |
| [AI] Cursor for iterating MxPoint16List. More... | |
| class | MxPoint32 |
| [AI] 2D point with 32-bit signed integer coordinates. More... | |
| class | MxPoint32List |
| [AI] List class for pointers to MxPoint32. More... | |
| class | MxPoint32ListCursor |
| [AI] Cursor for iterating MxPoint32List. More... | |
| class | MxSize16 |
| [AI] Size with 16-bit signed integer width and height. More... | |
| class | MxSize16List |
| [AI] List class for pointers to MxSize16. More... | |
| class | MxSize16ListCursor |
| [AI] Cursor for iterating MxSize16List. More... | |
| class | MxSize32 |
| [AI] Size with 32-bit signed integer width and height. More... | |
| class | MxSize32List |
| [AI] List class for pointers to MxSize32. More... | |
| class | MxSize32ListCursor |
| [AI] Cursor for iterating MxSize32List. More... | |
| class | MxRect16 |
| [AI] Rectangle using 16-bit signed integer coordinates. More... | |
| class | MxRect16List |
| [AI] List for pointers to MxRect16 rectangles. More... | |
| class | MxRect16ListCursor |
| [AI] Cursor for iterating lists of MxRect16 pointers. More... | |
| class | MxRect32 |
| [AI] Rectangle using 32-bit signed integer coordinates. More... | |
| class | MxRect32List |
| [AI] List for pointers to MxRect32 rectangles. More... | |
| class | MxRect32ListCursor |
| [AI] Cursor for iterating lists of MxRect32 pointers. More... | |