26. Use Patterns and Structure Luis is programming
an animation for a countdown timer where
points flash in sequence, one at a time, around
in a circle. He calculates that the coordinates of
the first four points in his sequence are (6, 0),
(5.5, 2.3), (4.2, 4.2), and (2.3, 5.5). He can find
the rest of the coordinates by rotating the first
four points by 90°, 180°, and 270°. What are
the coordinates of the points that complete the
sequence around in a circle?