r3Matrix - constructor
v = new r3Matrix()
a0, ... d3 - sixteen floating point numbers
m - new matrix object
Creates a new matrix object. If you don't pass any parameters to the constructor, an indentity matrix is created. If the number of parameters is four, then the constructor assumes that the parameters define a coordinate system's origin, horizontal, vertical and normal axes.
// identity matrix;