For a blended parabolic curve passing through points P0, P1, P2, etc., what is the tangent of an internal control point equal to? Give is as an equation in terms of the other control points. See the diagram.
- for any set of four control points: C(t) = (1/2)TMP
- the curve runs between two internal control points from C(0) to C(1)
- P = [ Pi-1 Pi Pi+1 Pi+2 ]
- T = [ t3 t2 t 1 ]
- M =
| -1 |
3 |
-3 |
1 |
| 2 |
-5 |
4 |
-1 |
| -1 |
0 |
1 |
0 |
| 0 |
2 |
0 |
0 |
- C'(t) = (1/2)T'MP
- T' = [3t2 2t 1 0]
- C'(0) = (-Pi-1 + Pi+1)/2
- You can also use the equation for a single parabolic arc since the tangent at an internal control point is constructed so that the tangent there is maintained. However, the magnitude of the tangent will differ by a factor of 2 (virtual extra point question: why?)