Searched refs:cubeX (Results 1 – 5 of 5) sorted by relevance
/dports/games/ksudoku/ksudoku-21.12.3/src/gui/views/ |
H A D | roxdokuview.cpp | 487 int cubeX = m_graph->cellPosX(cubePos); in paintGL() local 493 if ((selX >= cubeX) && (selX < (cubeX + m_base)) && in paintGL() 496 for (int x = cubeX; x < cubeX + m_base; x++) { in paintGL()
|
/dports/math/mathmod/mathmod-11.1/pariso/ |
H A D | commun.cpp | 58 int cubeX, cubeY, cubeZ; in CellNoiseFunc() local 71 cubeX = evalCubeX + i; in CellNoiseFunc() 74 lastRandom = uint(lcgRandom(hash((cubeX + seed), (cubeY), (cubeZ)))); in CellNoiseFunc() 87 featurePoint[0] = randomDiff[0] + float(cubeX); in CellNoiseFunc()
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.opengl.examples/src/org/eclipse/swt/opengl/examples/ |
H A D | ReflectionTab.java | 27 private float cubeX = 2.5f; field in ReflectionTab 195 cubeX = (float) (cubeXPosSlider.getSelection() - 6) / 2; in createControls() 533 GL.glTranslatef(cubeX, cubeY, cubeZ); in renderScene() 551 GL.glTranslatef(cubeX, cubeY, cubeZ); in renderScene()
|
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDriversDisabled/engine_seamless/ |
H A D | Geographic | 56 osg::Vec3d toModel(double cubeX, double cubeY, double elevation);
|
H A D | Geographic.cpp | 545 Vec3d Geographic::toModel(double cubeX, double cubeY, double elevation) 547 double faceX = cubeX, faceY = cubeY;
|