Hi!
The library looks really promising but I'm having issues getting started. I'm using the Bevy game engine and I'm trying to create bezier curves so I implemented the Coordinate trait for Bevys Vec3 using the newtype pattern. However I'm not able to progress any further from there, even after looking at the source code.
Could you give me some directions or examples given that I have a list of 3D coordinates and with each of these coordinates two 3D Coordinates that represent the handles, how to create a bezier curve from that?
Thank you very much!