public VectorMath.Mat4x4 SseMultiply()
 {
     return(Mat4x4Sse.Multiply(mat1, mat2));
 }