Name | random2D() |
||||
---|---|---|---|---|---|
Examples |
v = PVector.random2D() print(v) # May print something like: # [ -0.75006354, -0.6613658, 0.0 ] or # [ 0.13742635, 0.990512, 0.0 ] or # [ -0.9456181, -0.32527903, 0.0 ] | ||||
Description | Returns a new 2D unit vector with a random direction. If you pass in this as an argument, it will use the PApplet's random number generator. | ||||
Syntax | .random2D() .random2D(parent) .random2D(target) .random2D(target, parent) | ||||
Parameters |
| ||||
Related |
random3D() |
Updated on Tue Feb 27 14:07:12 2024.
If you see any errors or have comments, please let us know.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License