QuadraticToCubic(Vector2, Vector2, Vector2)
Converts a quadratic bezier to a cubic bezier
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.VectorGraphics
- Assembly: UnityEngine.VectorGraphicsModule
public static BezierSegment QuadraticToCubic(Vector2 p0, Vector2 p1, Vector2 p2)
Parameters
Returns
Type | Description |
|---|---|
| BezierSegment | The resulting BezierSegment |