22 #ifndef __D_SPATIAL_MATRIX_H__
23 #define __D_SPATIAL_MATRIX_H__
25 #include "dCoreStdafx.h"
39 for (dInt32 i = 0; i < 6; i++)
64 for (dInt32 i = 1; i < 6; i++)
66 tmp = tmp + m_rows[i].Scale(jacobian[i]);
74 for (dInt32 i = 0; i < dof; i++)
76 tmp = tmp + m_rows[i].Scale(jacobian[i]);