mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
init commit
start of attempt 3
This commit is contained in:
parent
71d08e9e0c
commit
eca0820134
10 changed files with 374 additions and 223 deletions
|
|
@ -531,5 +531,7 @@ inline F64 mSquared( F64 n )
|
|||
return n * n;
|
||||
}
|
||||
|
||||
template< typename T >
|
||||
inline void mSwap(T& a, T& b) { T temp = b; b = a; a = temp; }
|
||||
|
||||
#endif //_MMATHFN_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue