Discuss Scratch
- Discussion Forums
- » Developing Scratch Extensions
- » 2D Vector Math
- TheMonsterOfTheDeep
-
1000+ posts
2D Vector Math
I often find myself wishing I had the ability to use 2D vectors directly instead of creating a new variable for every single component.
Well, I finally got around to writing an extension that added 2D vector math directly into Scratch.
GitHub | ScratchX
My GitHub contains an example project that uses this extension to draw bezier curves, which serves to demonstrate the utility of this extension:

Well, I finally got around to writing an extension that added 2D vector math directly into Scratch.
GitHub | ScratchX
My GitHub contains an example project that uses this extension to draw bezier curves, which serves to demonstrate the utility of this extension:

- TheUltimatum
-
1000+ posts
2D Vector Math
Whoah… I've always been wanting this. I hated how many of my custom block definitions looked like this:
define doFun (x1) (y1) (x2) (y2) (x3) (y3) (x4) (y4) ::custom
stuff::#b8b8b8
- -Cubism007-
-
500+ posts
2D Vector Math
false, you can sittl use with NewGrouds player or flash 11 standalone flash no longer works, so no more ScratchX.


(this is an screenshot of ScratchX running on a Flash 11 standalone)
- Discussion Forums
- » Developing Scratch Extensions
-
» 2D Vector Math