SplineLibrary icon indicating copy to clipboard operation
SplineLibrary copied to clipboard

A library to collect many useful spline functions into one place.

Results 8 SplineLibrary issues
Sort by recently updated
recently updated
newest added

I've tried each and there are differences, the closest is UniformCubicBSpline, but there is still a difference, how do I make adjustments? - AutoCAD ![image](https://github.com/ejmahler/SplineLibrary/assets/61925560/f0f9df4e-4d71-407a-b9cc-70591314bcd2) - UniformCubicBSpline parsing result ![image](https://github.com/ejmahler/SplineLibrary/assets/61925560/eb2ef47b-f7b8-4a02-9640-a3f3c508affa)

In the "Continuous" section, "In order to **meat** this goal" should be "In order to **meet** this goal". There are also a couple instances of missing u's. ("continous" instead of...

Dear ejmahler Many thanks for SplineLibrary write by QT. Cloud you add some function for SplineLibrary? Exm as below. function no. list s1850 - Find all the intersections between a...

Hello I try to use get cubic spline tangent, then compute normal dir of tangent to offset spline. but it strange as showing follow image: ![图片](https://user-images.githubusercontent.com/29938533/131317200-37538f5d-9fd5-4fbb-8d75-019400679674.png) What may this problem?

Hi there! I'd like to point you to my b-spline library [vspline](https://bitbucket.org/kfj/vspline). Currently, it supports canonic b-splines only, but I've just opened up the evaluation code to use non-b-spline basis...

I needed to access the segments and knots from the NaturalSpline, because I am using the library to compute these values so I can re-use them later on in a...

Hello i am trying to use the library to fit splines on some data. It looks like the derivatives are not working properly. Maybe i am using the library in...

Came across >//tests and such have shown that we have to scale this by the inverse of the t distance, and i'm not sure why //intuitively it would just be...