Pepper_37_C_interfaces
Public Attributes | List of all members
PP_FloatSize Struct Reference

#include <pp_size.h>

Collaboration diagram for PP_FloatSize:
Collaboration graph

Public Attributes

float width
 
float height
 

Detailed Description

The PP_FloatSize struct contains the size of a 2D rectangle.

Definition at line 38 of file pp_size.h.

Member Data Documentation

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().


The documentation for this struct was generated from the following file: