A question about mesh rotation

Is there a way to rotate a mesh around the y axis? From what I can tell rotaton is only around the z axis

Yes: rotate(angle,0,0,1) Check the doc for it.

Thank you, I as looking under the mesh Doc and completely missed it under graphics