In my document I'm largely using \sidewaysfigure. However, this results pictures with inconsistent placement and direction of included pictures and captions. By inconsistent I mean that figures and captions are not rotated to one side always (eg, to the right). EG, on page 1 the caption is on the left side, and on page 2 on the right side.
MWE:
\documentclass[12pt]{book}
\usepackage{graphicx}
\usepackage{rotating}
\usepackage{mwe} % just for dummy pictures
\begin{document}
\begin{sidewaysfigure}
\centering
\includegraphics{example-image-a}
\caption{Foo}
\end{sidewaysfigure}
\begin{sidewaysfigure}
\centering
\includegraphics{example-image-b}
\caption{Bar}
\end{sidewaysfigure}
\end{document}

I wonder if there is a simple option with \sidewaysfigure that would force the whole thing (pics and captions) to be rotated for 180 degrees.
\documentclass{}and ending at\end{document}so that others who try to help you need not type/guess the class and packages you are using. – Harish Kumar Jan 15 at 15:10rotating? – Torbjørn T. Jan 15 at 16:48