ScratchData LogoScratchData
Back to Icecrystal7242009's profile

I visualized 3-point bezier curve! :D

ICIcecrystal7242009•Created October 15, 2021
I visualized 3-point bezier curve! :D
2
2
4 views
View on Scratch

Instructions

Is not interactive :P Welcome! (oof weird intro) So to day I made this (maybe stupid) 3- point bezier curve indicator to understand 3-point bezier better. To better explain this- The spline will start on tangent 1 (obviously) then on tangent 2 it starts to curve, then ends at tangent 3. Hope this explains everything! :DDD formula (that is if you get it): P = (1−t)*2*P1 + 2*(1−t)t*P2 + t*2*P3 @trickbrain for bezier curve engine :P been talking bout splines lately heh

Project Details

Project ID584323344
CreatedOctober 15, 2021
Last ModifiedOctober 18, 2021
SharedOctober 15, 2021
Visibilityvisible
CommentsAllowed