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