PxRectI Structure
typedef struct { ... } PxRectI;
A 2D rectangle with integer corners; also used to carry a line segment.
Instance Properties
| Name | Summary |
|---|---|
| bottomright | The bottom-right corner. |
| topleft | The top-left corner. |
typedef struct { ... } PxRectI;
A 2D rectangle with integer corners; also used to carry a line segment.
| Name | Summary |
|---|---|
| bottomright | The bottom-right corner. |
| topleft | The top-left corner. |