Matrix3D.Add

Matrix3D.Add method

Adds matrix to other matrix.

public Matrix3D Add(Matrix3D other)
ParameterTypeDescription
otherMatrix3DMatrix to be added.

Return Value

Result of matrix add.

See Also