[]
Break beziers to lines.
public void Flatten(float flatness)
| Type | Name | Description |
|---|---|---|
| float | flatness | Distance tolerance. |
Break beziers to lines.
public void Flatten(int segmentsCount)
| Type | Name | Description |
|---|---|---|
| int | segmentsCount | Count of segments to break bezier. |