[SOLVED] Tweening the rotation of a camera

I tried an approach where I have an array of THREE.Vector4() (x, y, z, rotation) with .onUpdate() function in tweens and seems it works okay. Thus, instead of two tweens per move from one point to another, I have just one.

https://jsfiddle.net/prisoner849/L2vo4srd/