Go to the source code of this file.
Functions | |
| template<typename T > | |
| void | constructor (void *memory) |
| An AngelScript wrapper function so that CMatrix4<T> objects can be constructed within AngelScript. | |
| template<typename T > | |
| void | constructor (const CMatrix4< T > &other, void *memory) |
| An AngelScript wrapper function so that CMatrix4<T> objects can be constructed within AngelScript. | |
| template<typename T > | |
| void | deconstructor (void *memory) |
| An AngelScript wrapper function so that CMatrix4<T> objects can be deconstructed within AngelScript. | |
| template<typename T > | |
| void | bindMatrix4T (asIScriptEngine *engine, const char *typeName, const char *asType) |
| Binds CMatrix4<T> as a value type to AngelScript with the given template. | |
| void | bindMatrix4 (asIScriptEngine *engine) |
| Binds all needed CMatrix4<T> objects to AngelScript. | |
| std::string | getMatrix4Name (const std::string &asType) |
| Gets the name of the CMatrix4<T> registered within AngelScript. | |
| void bindMatrix4 | ( | asIScriptEngine * | engine | ) |
Binds all needed CMatrix4<T> objects to AngelScript.
| engine | Pointer to the AngelScript engine; |
Definition at line 289 of file asMatrix4.cpp.
| void bindMatrix4T | ( | asIScriptEngine * | engine, | |
| const char * | typeName, | |||
| const char * | asType | |||
| ) | [inline] |
Binds CMatrix4<T> as a value type to AngelScript with the given template.
| engine | Pointer to the AngelScript engine | |
| typeName | The name of the object within AngelScript; | |
| asType | The AngelScript name of the used template; |
Definition at line 59 of file asMatrix4.cpp.
| void constructor | ( | const CMatrix4< T > & | other, | |
| void * | memory | |||
| ) | [inline] |
An AngelScript wrapper function so that CMatrix4<T> objects can be constructed within AngelScript.
Definition at line 39 of file asMatrix4.cpp.
| void constructor | ( | void * | memory | ) | [inline] |
An AngelScript wrapper function so that CMatrix4<T> objects can be constructed within AngelScript.
Definition at line 30 of file asMatrix4.cpp.
| void deconstructor | ( | void * | memory | ) | [inline] |
An AngelScript wrapper function so that CMatrix4<T> objects can be deconstructed within AngelScript.
Definition at line 48 of file asMatrix4.cpp.
| std::string getMatrix4Name | ( | const std::string & | asType | ) |
Gets the name of the CMatrix4<T> registered within AngelScript.
| asType | The AngelScript name of the used template; |
Definition at line 296 of file asMatrix4.cpp.
1.5.8