# # Rectangle

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**x0** | **float** | The center of the rectangle in the horizontal (x) direction. | [optional]
**y0** | **float** | The center of the rectangle in the vertical (y) direction. | [optional]
**width** | **float** | The total width of the rectangle in the horizontal (x) direction. Use _x0 - width / 2_ and _x0 + width / 2_ to get the left and right edges of the rectangle. | [optional]
**height** | **float** | The total height of the rectangle in the vertical (y) direction. Use _y0 - height / 2_ and _y0 + height / 2_ to get the top and bottom edges of the rectangle. | [optional]

[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
