msVectorToForce (Function) |
Top Previous Next |
This function will take the applied values and calculate the total force. Returned values are in G.
Input: X : FLOAT The acceleration force measured on the X-axis.
Y : FLOAT The acceleration force measured on the Y-axis.
Z : FLOAT The acceleration force measured on the Z-axis.
Returns: FLOAT The total acceleration force.
Declaration: FUNCTION msVectorToForce : FLOAT;
Example: INCLUDE rtcu.inc |