I’m trying to create a graphic of two n-sided polygons bounding a circle in Beamer. I’ve gone to other questions here on TeX, but none of them really have what I need. I’m looking for something similar to the answer given here: https://tex.stackexchange.com/a/152250/122640, but with polygons on the outside and in the context of Beamer.
\documentclass{beamer}
\usetheme{Warsaw}
\title{Archimedes's Approximation of Pi}
\author{Daniel Rui}
\begin{document}
\begin{frame}
\frametitle{Approximation}
\begin{columns}
\column{0.6\textwidth}
Archimedes began by inscribing a hexagon inside a circle and finding its perimeter.
\column{0.4\textwidth}
\begin{center}
PICTURE HERE
\end{center}
\end{columns}
\end{frame}
\end{document}
Colors to distinguish the polygons would be appreciated. Thanks for your help!

regular polygon shape– percusse Jul 15 '18 at 23:50