plus

operator fun plus(other: Matrix4): Matrix4

Pluses two Matrix4 instances.

Return

The new Matrix4 instance by plusing the current Matrix4 instance and the input Matrix4 instance.

Parameters

other

Another Matrix4 instance that will be plused.