GF_Rect Struct Reference
[math2d]

rectangle 2D More...

#include <gpac/math.h>

List of all members.

Public Attributes

Fixed x
Fixed y
Fixed width
Fixed height


Detailed Description

The 2D rectangle used in the GPAC project.


Member Data Documentation

Fixed GF_Rect::x

the left coordinate of the rectangle

Fixed GF_Rect::y

the top coordinate of the rectangle, regardless of the canvas orientation. In other words, y is always the greatest coordinate value, even if the rectangle is presented bottom-up. This insures proper rectangles testing

Fixed GF_Rect::width

the width of the rectangle. Width must be greater than or equal to 0

Fixed GF_Rect::height

the height of the rectangle. Height must be greater than or equal to 0


The documentation for this struct was generated from the following file:
Generated on Sun Nov 29 14:39:31 2009 for libgpac by  doxygen 1.4.7