op_Addition

TransformationMatrix Addition operator

Выполняет суммирование двух матриц.

public static TransformationMatrix operator +(TransformationMatrix matrix1, 
    TransformationMatrix matrix2)
ПараметрТипОписание
матрица1TransformationMatrixПервая матрица.
матрица2TransformationMatrixВторая матрица.

Возвращаемое значение

Сводная матрица.

Смотрите также