minus

operator fun minus(other: Vector3): Vector3

Subtracts another Vector3 instance from this Vector3 instance.

Return

A new Vector3 instance representing the result of subtraction.

Parameters

other

The Vector3 instance to subtract.