Convenient THREE.Vector3 caculation? And without modify itself?

For + - * / , there are addXXX, subXXX, multiplyXXX, divideXXX methods.

I think that for simple calculations, they are almost the same, but for complex calculations, methods are too much trouble than operator.