How to do a perspective transform of a Sprite?

I want to convert a Sprite represented by left to right ?

I believe it’s just about creating the right Mat4 and then doing Sprite->setAdditionalTransform().

Can someone explain how to achieve this effect ?

I have seen there are functions like FlipY3D in Cocos

http://www.cocos2d-x.org/wiki/Effects7

Are they available in Cocos Creator?