BeizerManager.CubicCurve
Performs the calculations for a cubic curve
Note
This is a static
function
Parameters
Name | Description | Type | Default |
---|---|---|---|
t |
N/A | number |
N/A |
StartPoint |
N/A | Vector2 |
N/A |
EndPoint |
N/A | Vector2 |
N/A |
ControlPointA |
N/A | Vector2 |
N/A |
ControlPointB |
N/A | Vector2 |
N/A |
Return
<Vector2>