Wt
3.2.3
|
A client-side JavaScript matrix. More...
A client-side JavaScript matrix.
A JavaScriptMatrix has methods that make it possible to do client-side calculations on matrices.
Important: only the jsRef() of the return value from a call to WGLWidget::createJavaScriptMatrix() is a variable name that can be used in custom JavaScript to modify a matrix from external scripts. The jsRef() of return values of operations refer to unnamed temporary objects - rvalues in C++-lingo.