7,072
edits
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
|return = Vec3 the new 3D vector | |return = Vec3 the new 3D vector | ||
|freturn = Vec3 Vec3(0.0,0.0,0.0) | |freturn = Vec3 Vec3(0.0,0.0,0.0) | ||
|exampleJSSS = let position = client.player.position.addPolar(15.0, client.player.heading + (Math.PI/2.0)); | |||
|exampleJSCS = let position = localClient.player.position.addPolar(15.0, localClient.player.heading + (Math.PI/2.0)); | |||
}} | }} | ||
edits