|  | GL Studio C++ Runtime API
    | 
#include <rso_interface_1.h>
| Public Member Functions | |
| MatrixD (double *data) | |
| Public Attributes | |
| double | _data [4 *4] | 
| Raw column-major matrix data. | |
MatrixD contains the data for a 4x4 matrix
| 
 | inline | 
Constructor
| data | A double array to copy from. |