Yukino::Rect Struct Reference

Basic type to define an area. More...

#include <Base.h>

List of all members.

Public Attributes

sword x
sword y
word w
word h


Detailed Description

Basic type to define an area.

This data type is equivalent to the SDL_Rect structure that is in library SDL. Its main intention is to define an area of the plane 2D, and with it to be able to make all type of operations with contained images in a Surface.


Member Data Documentation

word Yukino::Rect::h

Height x of the region.

word Yukino::Rect::w

Width of the region.

sword Yukino::Rect::x

Coordinate x of the region.

sword Yukino::Rect::y

Coordinate y of the region.


The documentation for this struct was generated from the following file:
Generated on Sun Jun 25 03:43:36 2006 for Yukino by  doxygen 1.4.7