Home
last modified time | relevance | path

Searched refs:matrixRotate (Results 1 – 25 of 26) sorted by relevance

12

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/src/
H A DCOLLADAMayaPhysicsExporter.cpp244 std::vector<std::vector<double> >& matrixRotate = rotateHelper.getRotationMatrix(); in exportRotation() local
248 bool isZero[3] = { COLLADABU::Math::Utils::equalsZero(matrixRotate[0][3], getTolerance()), in exportRotation()
249 COLLADABU::Math::Utils::equalsZero(matrixRotate[1][3], getTolerance()), in exportRotation()
250 COLLADABU::Math::Utils::equalsZero(matrixRotate[2][3], getTolerance()) }; in exportRotation()
274 … COLLADABU::Math::Utils::equalsZero(matrixRotate[i][0], getTolerance()) ? 0 : matrixRotate[i][0], in exportRotation()
275 … COLLADABU::Math::Utils::equalsZero(matrixRotate[i][1], getTolerance()) ? 0 : matrixRotate[i][1], in exportRotation()
276 … COLLADABU::Math::Utils::equalsZero(matrixRotate[i][2], getTolerance()) ? 0 : matrixRotate[i][2], in exportRotation()
277 … COLLADABU::Math::Utils::equalsZero(matrixRotate[i][3], getTolerance()) ? 0 : matrixRotate[i][3]); in exportRotation()
H A DCOLLADAMayaVisualSceneExporter.cpp1042 std::vector<std::vector<double> >& matrixRotate = rotateHelper.getRotationMatrix (); in exportRotation() local
1046 … bool isZero[3] = { COLLADABU::Math::Utils::equalsZero ( matrixRotate[0][3], getTolerance () ), in exportRotation()
1047 … COLLADABU::Math::Utils::equalsZero ( matrixRotate[1][3], getTolerance () ), in exportRotation()
1048 … COLLADABU::Math::Utils::equalsZero ( matrixRotate[2][3], getTolerance () ) }; in exportRotation()
1085 …COLLADABU::Math::Utils::equalsZero( matrixRotate[i][0], getTolerance () ) ? 0 : matrixRotate[i][0], in exportRotation()
1086 …COLLADABU::Math::Utils::equalsZero( matrixRotate[i][1], getTolerance () ) ? 0 : matrixRotate[i][1], in exportRotation()
1087 …COLLADABU::Math::Utils::equalsZero( matrixRotate[i][2], getTolerance () ) ? 0 : matrixRotate[i][2], in exportRotation()
1088 …COLLADABU::Math::Utils::equalsZero( matrixRotate[i][3], getTolerance () ) ? 0 : matrixRotate[i][3]… in exportRotation()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/viewer/
H A DTransformManager.java158 matrixRotate.setM3(m); in setRotation()
316 matrixRotate.mul2(mNew, matrixRotate); in applyRotation()
686 aa.setM(matrixRotate); in getOrientationInfo()
712 m.setM3(matrixRotate); in getRotation()
1951 float m20 = matrixRotate.m20; in getRotateXyzText()
1955 rX = -(float) (Math.atan2(matrixRotate.m12, matrixRotate.m11) * degreesPerRadian); in getRotateXyzText()
1958 rX = (float) (Math.atan2(matrixRotate.m21, matrixRotate.m22) * degreesPerRadian); in getRotateXyzText()
1959 rZ = (float) (Math.atan2(matrixRotate.m10, matrixRotate.m00) * degreesPerRadian); in getRotateXyzText()
2019 m = matrixRotate; in getRotateZyzText()
2023 m.mul2(matrixRotate, m); in getRotateZyzText()
[all …]
H A DTransformManager4D.java59 matrixRotate.setScale(1); // no rotations in resetRotation()
135 m2_rotate = M4.newMV(matrixRotate, zero); in checkM2()
H A DPropertyManager.java858 return M3.newM3(vwr.tm.matrixRotate); in getPropertyAsObject()
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/animation/
H A Dzoomside.c344 matrixRotate (transform, rotateProgress * 360 * aw->numZoomRotations, in applyZoomTransform()
370 matrixRotate (transform, rotateProgress * 360 * aw->numZoomRotations, in applyZoomTransform()
H A Dglide.c113 matrixRotate (transform, rotAngle, rotAxis.x, rotAxis.y, rotAxis.z); in applyGlideTransform()
/dports/graphics/cfdg/cfdg-3.3_1/src-net/DPS_3.06/ThemeVS2012/
H A DVS2012AutoHideStrip.cs245 Matrix matrixRotate = g.Transform; in DrawTab()
278 g.Transform = matrixRotate; in DrawTab()
/dports/graphics/cfdg/cfdg-3.3_1/src-net/DPS_3.06/ThemeVS2003/
H A DVS2003AutoHideStrip.cs316 Matrix matrixRotate = g.Transform; in DrawTab()
346 g.Transform = matrixRotate; in DrawTab()
/dports/graphics/cfdg/cfdg-3.3_1/src-net/DPS_3.06/Docking/
H A DVS2005AutoHideStrip.cs332 using (Matrix matrixRotate = g.Transform) in DrawTab()
384 g.Transform = matrixRotate; in DrawTab()
/dports/graphics/cfdg/cfdg-3.3_1/src-net/DPS_3.06/ThemeVS2005Multithreading/
H A DVS2005MultithreadingAutoHideStrip.cs327 using (Matrix matrixRotate = g.Transform) in DrawTab()
379 g.Transform = matrixRotate; in DrawTab()
/dports/x11-wm/compiz-plugins-extra/compiz-plugins-extra-0.8.8/src/cubeaddon/
H A Dcubeaddon.c742 matrixRotate (&texMat, -(360.0f / size) * i, 0.0, 0.0, 1.0); in cubeaddonPaintCap()
1467 matrixRotate (&pTransform, xRotate, 0.0f, 1.0f, 0.0f); in cubeaddonPaintTransformedOutput()
1468 matrixRotate (&pTransform, in cubeaddonPaintTransformedOutput()
1475 matrixRotate (&pTransform, xRotate2, 0.0f, 1.0f, 0.0f); in cubeaddonPaintTransformedOutput()
1476 matrixRotate (&pTransform, in cubeaddonPaintTransformedOutput()
1569 matrixRotate (&rTransform, cas->vRot, 1.0, 0.0, 0.0); in cubeaddonPaintTransformedOutput()
/dports/x11-wm/compiz/compiz-0.8.8/src/
H A Dmatrix.c131 matrixRotate (CompTransform *transform, in matrixRotate() function
H A Dpaint.c61 matrixRotate (transform, in applyScreenTransform()
63 matrixRotate (transform, in applyScreenTransform()
68 matrixRotate (transform, in applyScreenTransform()
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/expo/
H A Dexpo.c941 matrixRotate (&sTransform, rotation, 0.0f, 1.0f, 0.0f); in expoPaintWall()
987 matrixRotate (&sTransform2, 360 * es->expoCam, 0.0f, 1.0f, in expoPaintWall()
1024 matrixRotate (&sTransform3,es->curveAngle * (-i + in expoPaintWall()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/export/
H A D_VrmlExporter.java128 viewpoint.setM(vwr.tm.matrixRotate); in getViewpoint()
H A D_IdtfExporter.java284 m.setToM3(tm.matrixRotate); in outputHeader()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/navigate/
H A DNavigator.java406 M3 m = tm.matrixRotate; in alignZX()
/dports/lang/smalltalk/smalltalk-3.2.5/packages/cairo/
H A DCairoFuncs.st154 Cairo class >> matrixRotate: matrix radians: radians [
H A DCairoTransform.st358 ^ self copyOp: [:n | Cairo matrixRotate: n radians: rads]
/dports/x11-wm/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.8/src/tile/
H A Dtile.c130 matrixRotate (&wTransform, in tilePaintWindow()
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/shift/
H A Dshift.c495 matrixRotate (&wTransform, srot, 0.0, 1.0, 0.0); in shiftPaintWindow()
634 matrixRotate (&wTransform, srot, 0.0, 1.0, 0.0); in shiftPaintWindow()
/dports/x11-wm/compiz-plugins-extra/compiz-plugins-extra-0.8.8/src/group/
H A Dpaint.c1120 matrixRotate (&wTransform, rotateAngle, 0.0f, 1.0f, 0.0f); in groupPaintWindow()
/dports/x11-wm/compiz/compiz-0.8.8/include/
H A Dcompiz-core.h3282 matrixRotate (CompTransform *transform,
/dports/science/jmol/jmol-14.32.7/src/org/jmol/scriptext/
H A DCmdExt.java5209 msg = "transform:\n" + vwr.tm.matrixRotate.toString(); in show()

12