plus

operator fun plus(other: Vector4): Vector4

Adds another Vector4 instance to this Vector4 instanc.

Return

A new Vector4 instance representing the result of addition.

Parameters

other

The Vector4 instance to add.