Search found 2 matches
- Mon Mar 12, 2012 11:05 am
- Forum: SVG / XML Code
- Topic: Cubic Splines
- Replies: 2
- Views: 4105
Re: Cubic Splines
Conveniently, I figured out the answer to my own problem. Most of the data that I had was a red herring. The essential part was the list of points. A Cubic B-Spline is defined through interpolating those points. To convert a Cubic B-Spline into a Cubic Bezier, I needed to break up the spline into a ...
- Sat Mar 10, 2012 2:02 am
- Forum: SVG / XML Code
- Topic: Cubic Splines
- Replies: 2
- Views: 4105
Cubic Splines
I'm working on a pet project to convert some map files into SVG, and I can't quite figure out how to handle splines. Here's the background: I've got a bunch of maps created in an RPG mapping tool called Campaign Cartographer. The tool uses a file type based on FastCAD. I want to convert the files in...