Name

screenZ()

Examples
Coming soon...
Description Takes a three-dimensional X, Y, Z position and returns the Z value for where it will appear on a (two-dimensional) screen.
Syntax
screenZ(x, y, z)
Parameters
xfloat: 3D x-coordinate to be mapped
yfloat: 3D y-coordinate to be mapped
zfloat: 3D z-coordinate to be mapped
Related screenX()
screenY()

Updated on Tue Feb 27 14:07:12 2024.

If you see any errors or have comments, please let us know.