angle - the angle to rotate in radians.
angle
Rotates the object around z axis in local space.
Object3D rotateZ(double angle) { return rotateOnAxis(_zAxis, angle); }