-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update comments to reflect correct function names and error types
The comments for each function in interpolation/spline/natural_cubic.rs, interpolation/spline/hermite.rs, and interpolation/spline/catmull_rom.rs have been updated to reflect the correct function names and error types. This includes changing instances where 'HermiteSpline' was incorrectly used, to the correct function names 'NaturalCubic', 'Hermite', and 'CatmullRom' respectively, and updating the error type from 'HermiteSplineError' to 'InterpolationError'.
- Loading branch information
1 parent
2f4f900
commit b822935
Showing
3 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters