# EasingEasingFunctionCubicBezier
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**x1** | **f64** | The x component of the first control point. |
**y1** | **f64** | The y component of the first control point. |
**x2** | **f64** | The x component of the second control point. |
**y2** | **f64** | The y component of the second control point. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)