RETURNS THE POSITION ON Y AXIS OF THE 3D OBJECT NUMBER N
ACTION
The function O3D_Y_POSITION(N) returns the position on the Y axis of the 3D object designated by its number N.
SYNTAX:
Result=O3D_Y_POSITION(N)
USE ERROR EXAMPLE
rem create a 3D world
scene3d 1
rem a sphere is created at (0,0,0)
3d_sphere 1,2
rem move it to (0,5,0)
3d_y_position 1,5
rem display its position on Y
print o3d_y_position(1)
O3D_Y_POSITION()
O3D_Y_POSITION(N)
SEE ALSO
O3D_X_POSITION()
O3D_Z_POSITION()