Lolablissie
Snippets
-
Shortest Rotational or Angular Distance by lolablissie
This function gives you the shortest distance between to angles.
Save as Favorite | Tags: trigonometry, Math, rotation
-
Responsible Animation Class by lolablissie
This is a general pattern I use for a class that performs and animates responsibly. The trick it to use this pattern for an object and all of its children; the general pattern is 1)Instantiate 2)Call loadAndStart() and when done with the object 3)stopAndUnload()
-
Zoom To A Point by lolablissie
A function to zoom to a certain point at a certain scale.
Save as Favorite | Tags: zoom, scale, animation
-
N-Body Gravitation by lolablissie
Here is a function for animating the n-body gravitational force between bodies:
Save as Favorite | Tags: gravitation physics


