|
Gnash
0.8.10
|
#include "Matrix_as.h"#include <cmath>#include <boost/numeric/ublas/matrix.hpp>#include <boost/numeric/ublas/io.hpp>#include <boost/intrusive_ptr.hpp>#include <sstream>#include "as_function.h"#include "as_object.h"#include "log.h"#include "fn_call.h"#include "Global_as.h"#include "GnashException.h"#include "VM.h"#include "namedStrings.h"Namespaces | |
| namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
Functions | |
| void | gnash::matrix_class_init (as_object &where, const ObjectURI &uri) |
| Initialize the global Matrix class. | |
1.7.6.1