Basic Math Functions?
by David Cobb · in Torque Game Builder · 03/14/2005 (12:40 am) · 3 replies
I'm looking for sin, cos, abs, sqrt, pow, etc. Since I can't see all the TorqueScript documentation (only a T2D licensee) I have no way of figuring out what they are called. Could someone point me to a list of common Torque Script math functions?
Associate Melv May
mCos()
mSin()
mTan()
mAtan()
mAbs()
mPow()
The quickest way to get a complete list is to look in "math\mConsoleFunctions.cc".
- Melv.