| > | with(plots):with(plottools); |
Warning, the name changecoords has been redefined
Warning, the assigned name arrow now has a global binding
| > | pp:=plot3d([cos(t),sin(t),z],z=-1..1,t=0..2*Pi,lightmodel=light2,title=DICK): |
| > | pp; |
| > | vrml(pp,"c:/pp.wrl"); |
| > |
| > |