Posts: 117
Threads: 30
Joined: Jul 2012
Hello everyone. I have problems in mathematics, tell me how to get a random position within a radius of 12.0, if we know the x, y, z
Posts: 145
Threads: 3
Joined: Nov 2012
Reputation:
0
Make one random for the X axis between x - 12.0 and x + 12.0; repeat the same with the Y and the Z. After that, match the three random points to make a position in XYZ.
Posts: 117
Threads: 30
Joined: Jul 2012