Useful Math Functions & Numbers
# Functions
# Golden Ratio
Ratio between two numbers that equals approximately: 1.618
$\frac{a+b}{a}=\frac{a}{b}$
# Golden Angle
$\phi= 137.5 \degree$ - very useful when creating organic flowery stuff. Have a look at this awesome video from Entagma for more information.
$\frac{360\degree -137,5\degree}{137,5\degree}\approx 1.618$
# Fibonacci Sequence
$F_1=F_2=1$ $F_n=F_{n-1} + F_{n-2}$
0 1 1 2 3 5 8 13 21 34 55 89 144 233 377 610 987 …
# Easing Functions
Check out this amazing page with visualizations on all sorts of easing functions:
# VEX Constants
John Kunz pointed out these constants that can be used in any VEX wrangle:
|
|