quadratic bezier curve
By fanofdc – Custom level – uploaded 16 May 2025 from Windows
PlayEdit 1 player liked this.
Issues trying to play levels?
Troubleshoot issues playing levels
left click sets control point
right click sets end point
Views: 60 - Downloads: 45 - Level ID: 1243 - Play in browser (BETA)
Comments
8 months ago
fanofdc: @BobMonkeypimp2 thanks
8 months ago
fanofdc: @Glados i used cubic bezier in the new thing i posted
8 months ago
Glados: It's actually really easy, you just need to make a generic function to get the cuadratic and after that, you feed the result with another segment into the same function
8 months ago
fanofdc: @Glados i was thinking of cubic too but found it bit too complicated, so I settled on quadratic, cause I basically wanted a customisable parabola, and quadratic serves that function. but i wanna make cubic later too.
8 months ago
BobMonkeypimp2: Nice.
8 months ago
Glados: I did this in RetroGadgets with cubic bezier curve as well. I can't remember how I did it, but it was just an extension of a cuadratic bezier curve