GTOMSS, MSSTOG, RADTODEG and DEGTORAD
For units conversion.
For units conversion.
They multipliers with specific constants, to convert from one unit to another unit.
GTOMSS converts from g's to m/s^2
MSSTOG converts from m/s^2 to g's
RADTODEG converts from radians to degrees
DEGTORAD converts from degrees to radians
They where created to be used on the custom sources to allow you to convert a received value.
To use them in Mover, do:
MSSTOG(parameter1)
GTOMSS(parameter1)
RADTODEG(parameter1)
DEGTORAD(parameter1)
parameter1 is the value we want to convert.