|
Pepper_47_C_interfaces
|
#include <pp_size.h>

Public Attributes | |
| float | width |
| float | height |
The PP_FloatSize struct contains the size of a 2D rectangle.
| float PP_FloatSize::height |
This value represents the height of the rectangle.
Definition at line 42 of file pp_size.h.
Referenced by PP_MakeFloatRectFromXYWH(), and PP_MakeFloatSize().
| float PP_FloatSize::width |
This value represents the width of the rectangle.
Definition at line 40 of file pp_size.h.
Referenced by PP_MakeFloatRectFromXYWH(), and PP_MakeFloatSize().
1.8.6