object(xx,yy,zz) { x=xx; y=yy; z=zz } object (xx,yy) { object(xx,yy,defaultz) } object (xx) { object(xx,defaulty) } object (){ object(defaultx) }