Created
December 25, 2016 14:31
-
-
Save ryanbru0803/2edeb9d98bbdbdfb3bfb74ac45dc9aff to your computer and use it in GitHub Desktop.
Wiggle the X and Y values independently.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| temp = wiggle(2,50); | |
| x = temp[0]; | |
| y = value[1]; | |
| [x,y] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment