Home
last modified time | relevance | path

Searched refs:drawCylinder (Results 1 – 25 of 85) sorted by relevance

1234

/dports/math/octave-forge-matgeom/matgeom-1.2.3/inst/geom3d/
H A DdrawCylinder.m28 function varargout = drawCylinder(varargin) function
31 % drawCylinder(CYL)
38 % drawCylinder(CYL, N)
42 % drawCylinder(..., OPT)
46 % drawCylinder(..., 'FaceColor', COLOR)
51 % drawCylinder(..., 'FaceAlpha', ALPHA)
54 % drawCylinder(AX, ...)
57 % H = drawCylinder(...)
63 % figure; drawCylinder([0 0 0 10 20 30 5]);
73 % h = drawCylinder([0 0 0 10 20 30 5]);
[all …]
H A DdrawCapsule.m113 % 2013-07-27 initial version as copy of drawCylinder
172 % be given to the function drawDome, not drawCylinder
192 h1 = drawCylinder(cap, options_cyl{:});
H A DintersectLineCylinder.m53 % drawCylinder(cylinder);
70 % lines3d, intersectLinePlane, drawCylinder, cylinderSurfaceArea
/dports/graphics/processing/processing-1.5.1/modes/java/examples/3D/Form/Vertices/
H A DVertices.pde24 drawCylinder(10, 180, 200, 16); // Draw a mix between a cylinder and a cone
25 //drawCylinder(70, 70, 120, 64); // Draw a cylinder
26 //drawCylinder(0, 180, 200, 4); // Draw a pyramid
29 void drawCylinder(float topRadius, float bottomRadius, float tall, int sides) {
/dports/graphics/processing/processing-1.5.1/modes/java/examples/Books/Processing Handbook/Extensions/3D/_03/
H A D_03.pde18 drawCylinder(10, 180, 200, 16); // Draw a mix between a cylinder and a cone
19 //drawCylinder(70, 70, 120, 64); // Draw a cylinder
20 //drawCylinder(0, 180, 200, 4); // Draw a pyramid
23 void drawCylinder(float topRadius, float bottomRadius, float tall, int sides) {
/dports/graphics/libQGLViewer/libQGLViewer-2.7.2/examples/luxo/
H A Dluxo.cpp201 drawCylinder(); in draw()
210 drawCylinder(); in draw()
252 void Luxo::drawCylinder() { in drawCylinder() function in Luxo
H A Dluxo.h43 void drawCylinder();
/dports/graphics/wdune/wdune-1.926/src/
H A DRenderState.h85 void drawCylinder(GLUquadricObj *obj, float x, float y, float z);
86 void drawCylinder(GLUquadricObj *obj,
H A DRenderState.cpp340 drawCylinder(obj, 1.0f, 0.0f, 0.0f); in drawRocketHandles()
345 drawCylinder(obj, 0.0f, 1.0f, 0.0f); in drawRocketHandles()
696 RenderState::drawCylinder(GLUquadricObj *obj, float x, float y, float z) in drawCylinder() function in RenderState
698 drawCylinder(obj,x,y,z, x,y,z); in drawCylinder()
702 RenderState::drawCylinder(GLUquadricObj *obj, float x, float y, float z, in drawCylinder() function in RenderState
/dports/graphics/libQGLViewer/libQGLViewer-2.7.2/examples/contribs/quarto/
H A Dpiece.cpp107 drawCylinder(); in paint()
244 void Piece::drawCylinder() { in drawCylinder() function in Piece
H A Dpiece.h49 void drawCylinder();
/dports/math/g2o/g2o-20201223_git/g2o/stuff/
H A Dopengl_primitives.h94 void G2O_OPENGL_API drawCylinder(GLfloat radius, GLfloat height);
/dports/misc/dartsim/dart-6.11.1/dart/gui/
H A DRenderInterface.cpp173 void RenderInterface::drawCylinder( in drawCylinder() function in dart::gui::RenderInterface
H A DRenderInterface.hpp125 virtual void drawCylinder(
H A DOpenGLRenderInterface.hpp115 void drawCylinder(
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/
H A Ddrawsurface.h344 class drawCylinder : public drawPRC {
346 drawCylinder(const vm::array& t, const vm::array&p, double opacity, in drawCylinder() function
350 drawCylinder(const double* t, const drawCylinder *s) : in drawCylinder() function
356 return new drawCylinder(t,this); in transformed()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/export/
H A DExport3D.java509 .drawCylinder(atomA, atomB, colixA, colixB, endcaps, mad, bondOrder); in drawBond()
523 exporter.drawCylinder(ptA, ptB, colixA, colixB, endcaps, mad, 1); in fillCylinderXYZ()
609 …exporter.drawCylinder(screenA, screenB, colixA, colixB, GData.ENDCAPS_FLAT, exporter.lineWidthMad,… in drawLineBits()
615 exporter.drawCylinder(screenA, screenB, colixA, colixB, endcaps, mad, 1); in fillCylinderBits2()
H A D__CartesianExporter.java271 void drawCylinder(P3 ptA, P3 ptB, short colix1, short colix2, in drawCylinder() method in __CartesianExporter
311 drawCylinder(ptA, ptB, colix, colix, endcaps, Math.round(radius * 2000f), -1); in fillCylinderScreen()
/dports/games/stuntrally/stuntrally-2.6.1/source/btOgre/
H A DBtOgreDebug.h66 …void drawCylinder(btScalar radius, btScalar halfHeight, int upAxis, const btTransform& transform, …
/dports/math/asymptote/asymptote-2.67/
H A Ddrawsurface.h420 class drawCylinder : public drawPRC {
423 drawCylinder(const vm::array& t, const vm::array&p,
428 drawCylinder(const double* t, const drawCylinder *s) : in drawCylinder() function
435 return new drawCylinder(t,this); in transformed()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/api/
H A Dgutil.cpp227 void drawCylinder(bool vertical, GLfloat* pos, GLfloat len, GLfloat rad) { in drawCylinder() function
254 drawCylinder(false, pos, x*len, inner_rad); in draw()
256 drawCylinder(false, pos, len, rad); in draw()
H A Dgutil.h43 extern void drawCylinder(bool vertical, float* pos, float len, float rad);
/dports/science/simbody/simbody-Simbody-3.7/Simbody/Visualizer/src/
H A DVisualizerProtocol.h118 void drawCylinder(const Transform& transform, const Vec3& scale,
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/common/debugdraw/
H A Ddebugdraw.h181 void drawCylinder(const bx::Vec3& _from, const bx::Vec3& _to, float _radius);
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/common/debugdraw/
H A Ddebugdraw.h181 void drawCylinder(const bx::Vec3& _from, const bx::Vec3& _to, float _radius);

1234