Re: Bezier Splines ???
- To: mathgroup at smc.vnet.net
- Subject: [mg17383] Re: Bezier Splines ???
- From: paulh (P.J. Hinton)
- Date: Thu, 6 May 1999 02:44:06 -0400
- Organization: Wolfram Research, Inc.
- References: <7gdth2$qfl@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
In article <7gdth2$qfl at smc.vnet.net>, "Neal E. Tornberg" <neal.e.tornberg at boeing.com> writes: > How do I find more information on SplineFit[{},Bezier] than is in the > online documentation? I trust that's also about what I'd find in the > Mathematica Book and Package documentation. I can't say for certain because I'm > in one of those company situations where I get the software but not the > documentation. What version of Mathematica are you using? Mathematica 3.0's online documentation for the standard packages is exactly the same as the hard-copy material. If you paste this expression into a notebook and evaluate it, the package's documentation will be opened in the Help Browser: FrontEndExecute[FrontEnd`HelpBrowserLookup["AddOns", "NumericalMath`SplineFit`"] You can also inspect the source code for the package. It can be found on your machine in the directory that is returned by evaluating the expression: ToFileName[{$TopDirectory, "AddOns", "StandardPackages", "NumericalMath"}, "SplineFit.m"] There are some bibliographic references in the package code itself that may be useful to you. -- P.J. Hinton Mathematica Programming Group paulh at wolfram.com Wolfram Research, Inc. http://www.wolfram.com/~paulh/ Disclaimer: Opinions expressed herein are those of the author alone.