Method BezierPoint
BezierPoint(Vector3, Vector3, Vector3, Vector3, float)
Declaration
public static Vector3 BezierPoint(Vector3 startPosition, Vector3 startTangent, Vector3 endTangent, Vector3 endPosition, float t)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3 | startPosition | |
| Vector3 | startTangent | |
| Vector3 | endTangent | |
| Vector3 | endPosition | |
| float | t |
Returns
| Type | Description |
|---|---|
| Vector3 |