I am trying to write a program to rotate an octagon cube. I have the front
and back faces completed. I can't seem to figure out the vertices for the
right and top faces. Can someone please help me?
Thanks for your time! Here are the front vertices:
(-0.5, -1.0, 1.0)
(0.5, -1.0, 1.0)
(1.0, -0.5, 1.0)
(1.0, 0.5, 1.0)
(0.5, 1.0, 1.0)
(-0,5, 1.0, 1.0)
(-1.0, 0.5, 1.0)
(-1.0, -0.5, 1.0)
ย