Summary

public static void Add(ref Matrix3x3 matrix1, ref Matrix3x3 matrix2, out Matrix3x3 result)

Adds a matrix to another matrix.

Parameters