libgpac  0.5.0
Public Attributes
GF_Rect Struct Reference

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: