draw cylinder
I would like to draw a cylinder with the two circles at
the ends of the cylinder being given. I have tried to draw
the cylinder using the "cylinder" function of matlab and
then rotate it to the graph I want. I have to use "h = surf
(peaks(20))" before using "rotate(h,*,*,*)" function.
However, "h = surf(peaks(20))" changed the cylinder to a
different graph. Can anyone help me on this matter?
Thanks.
.
Relevant Pages
- how to draw cylinder between points
... i would like to draw a cylinder beween two coordinates. ... Calculate the cosine angle between between V and the z-axis (wich is ... float v1, v2, v3; ... (comp.graphics.api.opengl) - 3D Graphics in MFC
... I want to draw some simple 3D graphics in a MFC SDI Application. ... graphics consist of a cylinder, which may have multiple radius, and on that ... cylinder I want to draw Text and if possible also bitmap images. ... Please correct me so I may improve my English! ... (microsoft.public.vc.mfc) - gluCylinder in OpenGL-0.54
... draw a cylinder. ... The perl code below yields an empty window (no ... my $quad = OpenGL::gluNewQuadric; ... (comp.lang.perl.modules) - Re: 3D Graphics in MFC
... I want to draw some simple 3D graphics in a MFC SDI Application. ... graphics consist of a cylinder, which may have multiple radius, and on that ... cylinder I want to draw Text and if possible also bitmap images. ... (microsoft.public.vc.mfc) - Re: Paper/Card Models
... ruler on edge) and gently pull the card through and slightly up, ... Once the cylinder is made, ... three circles of the same diameter and insert one in the middle of the cylinder ... the towers that did not bring them attached, and the towers were pretty well ... (rec.models.scale) |
|