polyhedron Senior Heliman Location: Amite, Louisiana, USA
| I have a box that fills a space from 0,0,0 to 3,3,3 which makes a cube that is 3x3x3.
Normally in a cube, the top face on this box would go from, 0,3,0 to 3,3,3.
I want to move the top face from that position to
1,3,0 to 4,3,3.
Basically I want to shift the top face over one place on the x axis.
How do I do this?
--Matt |