3D cube

/* @author Thy
    * 3D Cube, Wire .. im learning that 3D stuff ^^
    *  
    * rules (crazy):
    * xyz | +1 -.5 | c-s s+c
    *
    * steps (crazy):
    * (XYZ)(XYZ) | abc,rrr,sc | xyzxyzxyz | x y scale
    *
    * more no sense:
    * (x)(0)         y | z
    * (y)(1)     y + z | x
    * (z)(2) y + z + x | y - z
    * 
    */