Go to the source code of this file.
| Functions | |
| template<typename R , typename T1 , typename T2 > | |
| R | multiply (const T1 &a, const T2 &b) | 
| An AngelScript wrapper function for the multiply behaviour. | |
| template<typename R , typename T1 , typename T2 > | |
| R | add (const T1 &a, const T2 &b) | 
| An AngelScript wrapper function for the addition behaviour. | |
| template<typename R , typename T1 , typename T2 > | |
| R | substract (const T1 &a, const T2 &b) | 
| An AngelScript wrapper function for the substraction behaviour. | |
| template<typename R , typename T1 , typename T2 > | |
| R | divide (const T1 &a, const T2 &b) | 
| An AngelScript wrapper function for the divide behaviour. | |
| template<typename T > | |
| bool | equal (const T &a, const T &b) | 
| An AngelScript wrapper function for the equal behaviour. | |
| R add | ( | const T1 & | a, | |
| const T2 & | b | |||
| ) |  [inline] | 
An AngelScript wrapper function for the addition behaviour.
Definition at line 38 of file asIrrHelper.h.
| R divide | ( | const T1 & | a, | |
| const T2 & | b | |||
| ) |  [inline] | 
An AngelScript wrapper function for the divide behaviour.
Definition at line 54 of file asIrrHelper.h.
| bool equal | ( | const T & | a, | |
| const T & | b | |||
| ) |  [inline] | 
An AngelScript wrapper function for the equal behaviour.
Definition at line 64 of file asIrrHelper.h.
| R multiply | ( | const T1 & | a, | |
| const T2 & | b | |||
| ) |  [inline] | 
An AngelScript wrapper function for the multiply behaviour.
Definition at line 30 of file asIrrHelper.h.
| R substract | ( | const T1 & | a, | |
| const T2 & | b | |||
| ) |  [inline] | 
An AngelScript wrapper function for the substraction behaviour.
Definition at line 46 of file asIrrHelper.h.
 1.5.8
 1.5.8