Home
last modified time | relevance | path

Searched refs:yRotate (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/pfstools/pfstools-2.1.0/src/filter/
H A Dpfspanoramic.cpp639 double yRotate; member in TransformInfo
648 xRotate = yRotate = zRotate = 0; in TransformInfo()
714 transformInfo.yRotate = strtod( optarg, NULL ); in panoramic()
779 if( transformInfo.xRotate != 0 || transformInfo.yRotate != 0 || transformInfo.zRotate != 0 ) in panoramic()
781 …es around X, Y and Z respectively", transformInfo.xRotate, transformInfo.yRotate, transformInfo.zR… in panoramic()
874 if( transformInfo->yRotate != 0 ) in transformArray()
875 direction->rotateY( -transformInfo->yRotate ); in transformArray()
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/src/Libpfs/manip/
H A Dprojection.h132 double yRotate; variable
140 xRotate = yRotate = zRotate = 0; in TransformInfo()
H A Dprojection.cpp516 if (transformInfo->yRotate != 0) in transformArray()
517 direction->rotateY(-transformInfo->yRotate); in transformArray()
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_gdi/
H A D3d_view_canvas.cpp169 double yRotate = m_Projector.Get_yRotation(); in Draw() local
177 m_Projector.Set_yRotation(yRotate - dRotate); in Draw()
189 m_Projector.Set_yRotation(yRotate + dRotate); in Draw()
199 m_Projector.Set_yRotation(yRotate); in Draw()
/dports/x11-wm/compiz/compiz-0.8.8/plugins/
H A Dcube.c1083 sa.yRotate -= cs->invert * xMoveAdd * 360.0f / size; in cubePaintAllViewports()
1086 sa.yRotate += cs->invert * xMoveAdd * 360.0f / size; in cubePaintAllViewports()
1106 sa.yRotate -= cs->invert * xMoveAdd * 360.0f / size; in cubePaintAllViewports()
1109 sa.yRotate += cs->invert * xMoveAdd * 360.0f / size; in cubePaintAllViewports()
1177 sa.yRotate += (360.0f / size) * (cs->xRotations + 1); in cubePaintTop()
1179 sa.yRotate -= (360.0f / size) * s->x; in cubePaintTop()
1238 sa.yRotate += (360.0f / size) * (cs->xRotations + 1); in cubePaintBottom()
1240 sa.yRotate -= (360.0f / size) * s->x; in cubePaintBottom()
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/src/Projection/
H A DProjectionsDialog.cpp92 void ProjectionsDialog::YRotChanged(int v) { transforminfo->yRotate = v; } in YRotChanged()
/dports/cad/sumo/sumo-1.2.0/tools/contributed/sumopy/agilepy/lib_wx/
H A Dtest_glcanvas.py1015 self.yRotate = 0.
1060 self.yRotate = 0.
1255 glRotatef(-self.yRotate, .0, 1.0, 0.0)
1292 self.yRotate = 0.
1341 self.yRotate = 0.
1537 glRotatef(-self.yRotate, .0, 1.0, 0.0)
H A Dogleditor.py4128 self.yRotate = 180.
4509 glRotatef(-self.yRotate, 0.0, 1.0, 0.0)
/dports/x11-wm/compiz-plugins-extra/compiz-plugins-extra-0.8.8/src/cubeaddon/
H A Dcubeaddon.c672 sa.yRotate += (360.0f / size) * cs->xRotations; in cubeaddonPaintCap()
674 sa.yRotate -= (360.0f / size) * s->x; in cubeaddonPaintCap()
678 sa.yRotate += 180.0f; in cubeaddonPaintCap()
679 sa.yRotate -= (360.0f / size) * cs->xRotations; in cubeaddonPaintCap()
681 sa.yRotate += (360.0f / size) * s->x; in cubeaddonPaintCap()
683 sa.yRotate += (360.0f / size) * i; in cubeaddonPaintCap()
/dports/cad/ldview/ldview-4.4/LDLib/
H A DLDrawModelViewer.h224 void setYRotate(TCFloat value) { yRotate = value; } in setYRotate()
227 TCFloat getYRotate(void) { return yRotate; } in getYRotate()
738 TCFloat yRotate; variable
H A DLDrawModelViewer.cpp93 yRotate(0.0f), in LDrawModelViewer()
2954 treGlRotatef(rotationSpeed, xRotate, yRotate, zRotate); in drawToClipPlaneUsingStencil()
3084 treGlRotatef(rotationSpeed, xRotate, yRotate, zRotate); in drawToClipPlaneUsingDestinationAlpha()
3122 treGlRotatef(rotationSpeed, xRotate, yRotate, zRotate); in drawToClipPlaneUsingNoEffect()
3338 TCVector rotation = TCVector(xRotate, yRotate, zRotate); in applyModelRotation()
3353 examineLongitude += rotationSpeed * -yRotate * 0.1f; in applyModelRotation()
4188 viewPoint->setRotation(TCVector(xRotate, yRotate, zRotate)); in saveViewPoint()
4238 yRotate = tempVector[1]; in restoreViewPoint()
/dports/x11-wm/compiz-plugins-extra/compiz-plugins-extra-0.8.8/src/gears/
H A Dgears.c265 sA.yRotate += cs->invert * (360.0f / size) * in gearsPaintInside()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX-IO/SeExpr/
H A DSeNoise.cpp872 double xRotate, yRotate, rads, c, s; in setupAndProcess() local
880 _yRotate->getValueAtTime(time, yRotate); in setupAndProcess()
/dports/x11-wm/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.8/src/cubemodel/
H A Dcubemodel.c440 sA.yRotate += cs->invert * (360.0f / size) * in cubemodelPaintInside()
/dports/x11-wm/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.8/src/atlantis/
H A Datlantis.c667 sA.yRotate += cs->invert * (360.0f / size) * (cs->xRotations - in atlantisPaintInside()
/dports/x11-wm/compiz/compiz-0.8.8/src/
H A Dpaint.c69 sAttrib->yRotate, 0.0f, 1.0f, 0.0f); in applyScreenTransform()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qmatrixnxn/
H A Dtst_qmatrixnxn.cpp2238 static const qreal yRotate[] = in rotate4x4_data() local
2246 << (void *)yRotate; in rotate4x4_data()
/dports/x11-wm/compiz/compiz-0.8.8/include/
H A Dcompiz-core.h1297 GLfloat yRotate; member