Searched refs:cylindre (Results 1 – 1 of 1) sorted by relevance
/external/eigen/demos/opengl/ |
D | gpuhelper.cpp | 58 static GLUquadricObj *cylindre = gluNewQuadric(); in drawVector() local 70 gluCylinder(cylindre, length/aspect, length/aspect, 0.8*length, 10, 10); in drawVector() 72 gluCylinder(cylindre, 2.0*length/aspect, 0.0, 0.2*length, 10, 10); in drawVector() 79 static GLUquadricObj *cylindre = gluNewQuadric(); in drawVectorBox() local 91 gluCylinder(cylindre, length/aspect, length/aspect, 0.8*length, 10, 10); in drawVectorBox()
|