minus

operator fun minus(other: Matrix4): Matrix4

Minuses the input Matrix4 instance.

Return

The new Matrix4 instance, the result of the current Matrix4 instance minusing the input Matrix4 instance.

Parameters

other

Another Matrix4 instance that will be minused.