This is a Logo Project for my Geometry class! To create its rotational symmetry of 4, it is based on the four rotation formulas, which are listed here: 0 or 360 degree rotation: (x,y) -> (x,y) 90 degree clockwise or 270 degree counterclockwise rotation: (x,y) -> (y,-x) 180 degree rotation: (x,y) -> (-x,-y) 270 degree clockwise or 90 degree counterclockwise rotation: (x,y) -> (-y,x) This also incorporates distance and pointing formulas/functions to create a rotation animation.