BezierCurve Class
Summary:
Module: aspose.gis.common
Full Name: aspose.gis.common.BezierCurve
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| BezierCurve(c0, c1, c2, c3) | Initializes a new instance of the BezierCurve class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| c0 | Coordinate | r | |
| c1 | Coordinate | r | |
| c2 | Coordinate | r | |
| c3 | Coordinate | r |
Methods
| Name | Description |
|---|---|
| coordinate_at(t) | |
| linearize(coordinates, step_size_in_degree) |
Constructor: BezierCurve(c0, c1, c2, c3)
BezierCurve(c0, c1, c2, c3)
Initializes a new instance of the BezierCurve class
Parameters:
| Parameter | Type | Description |
|---|---|---|
| c0 | Coordinate | |
| c1 | Coordinate | |
| c2 | Coordinate | |
| c3 | Coordinate |
Method: coordinate_at(t)
coordinate_at(t)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| t | double |
Returns
| Type | Description |
|---|---|
| Coordinate |