| Author |
Comment/Response |
Gabriel
|
05/14/06 04:43am
I want to make a closed cubic spline that passes through points {0,0}, {1,1}, and {2,0}.
This doesn't work because it produces a sharp corner at {0,0}:
<<Graphics`Spline`
Show[Graphics[Spline[{{0,0},{1,1},{2,0},{0,0}},Cubic]]]
Is there a way to make a closed cubic spline?
Thanks,
Gabriel
URL: , |
|