|
SOLUTIONS
|
OBSOLETE SPLINES 程序包 符号
SplineFunction
As of Version 7.0, some of the functionality of the Splines Package is now built into the Mathematica kernel. 
represents a spline function created by the SplineFit function parametrizing a curve with the parameter in the specified domain. When given a parameter value as an argument it returns the corresponding point on the curve.
更多信息更多信息
- To use
, you first need to load the Splines Package using
. - The
object generated with SplineFit[{pt1, pt2, ...}, type] is parametrized such that a parameter value of 0 corresponds to
, 1 corresponds to
, etc. - Supported types are Cubic, Bezier and CompositeBezier.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
