How to rotate with Y axis?

I want rotate a sprite with Y axis, but CCSprite::setRotation() function has no Y parameter.
I try to use Filp3D but it’s not what I want. I want rotate sprite with local coordination.

Thank you.