NEWXVALUE()
This command will return a value that represents the new X position of a point in 3D space. This command is used in conjunction with NEWYVALUE and NEWZVALUE commands to move from one point in space to another point in space based on a specified angle. Rather than using COS/SIN maths, these commands simplify the task of moving coordinates within 3D space. The step value specifies how far in the specified direction you would like to calculate. The parameters should be specified using real numbers.
SYNTAX
Return Value=NEWXVALUE(Current X Value, Angle Value, Step Value)
RELATED INFO
Basic3D Commands
Glossary
EXAMPLE
Simple 3D Maths