diff options
| author | jules <jules@okfoc.us> | 2013-12-17 09:00:29 -0500 |
|---|---|---|
| committer | jules <jules@okfoc.us> | 2013-12-17 09:00:29 -0500 |
| commit | c18321ceedd7be750f5789109c8503e4a36f39bf (patch) | |
| tree | f2ad039628a83787e18c3fb137e1e7fa31998eda /instructions.html | |
| parent | e35a3884a0d8eff37954aa3ad71b46821b14d89d (diff) | |
dist & angle
Diffstat (limited to 'instructions.html')
| -rw-r--r-- | instructions.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/instructions.html b/instructions.html index 25f6e32..612cf2e 100644 --- a/instructions.html +++ b/instructions.html @@ -34,6 +34,8 @@ step(n,a,b) smoothstep(n,a,b) cosp, sinp (mapped to [0,1]) pixel(x,y) == 4*(y*w+h) +dist(x,y,a,b) +angle(x,y,a,b) rand(n), randint(n) choice(array) deg(radians), rad(degrees) |
