minus

operator fun minus(other: Vector4): Vector4

Subtracts another Vector4 instance from this Vector4 instance.

Return

A new Vector4 instance representing the result of subtraction.

Parameters

other

The Vector4 instance to subtract.