Go to the source code of this file.
Functions | |
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 292 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 299 of file asMatrix4.cpp.