hadronized / splines

Interpolation made easy.
https://crates.io/crates/splines
Other
162 stars 31 forks source link

Create bezier spline without knowing distances between points? #92

Closed markusstephanides closed 1 year ago

markusstephanides commented 2 years ago

Hi!

I want to create a bezier spline but from world points only. I then need to be able to interpolate positions by providing a distance and vice-versa.

The use case would be a roller coaster track where the player only has to place positions to define the track (=spline) and not worry about anything else.

Is that already possible?

hadronized commented 1 year ago

Yes, that’s the main use case of Bézier splines, yes.