operator + method

UArVector3 operator +(
  1. UArVector3 other
)

Implementation

UArVector3 operator +(UArVector3 other) => UArVector3(x + other.x, y + other.y, z + other.z);