R3MxNormal
void R3MxNormal(R3MATRIX A,R3MATRIX B);
A - a matrix which maintains normal vectors
This function computes a matrix, which maintains normal vectors. In other words, if n = u x v (cross product), then An = Bu x Bv. If you have computed normal vectors and transform the corresponding object with a matrix B, you may transform the normals with the matrix obtained by calling this function.