Home
last modified time | relevance | path

Searched refs:rotationAngle (Results 1 – 25 of 970) sorted by relevance

12345678910>>...39

/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/codeitnowin/barcode/CodeItNow/BarcodeBundle/Generator/
H A DCINFontFile.php24 private $rotationAngle; variable in CodeItNow\\BarcodeBundle\\Generator\\CINFontFile
71 return (360 - $this->rotationAngle) % 360;
80 $this->rotationAngle = (int)$rotationAngle;
81 … if ($this->rotationAngle !== 90 && $this->rotationAngle !== 180 && $this->rotationAngle !== 270) {
82 $this->rotationAngle = 0;
85 $this->rotationAngle = (360 - $this->rotationAngle) % 360;
163 if ($rotationAngle === 90 || $rotationAngle === 270) {
187 if ($rotationAngle === 0) {
189 } elseif ($rotationAngle === 90) {
192 } elseif ($rotationAngle === 180) {
[all …]
H A DCINFontPhp.php19 private $rotationAngle; variable in CodeItNow\\BarcodeBundle\\Generator\\CINFontPhp
59 return (360 - $this->rotationAngle) % 360;
67 public function setRotationAngle($rotationAngle) { argument
68 $this->rotationAngle = (int)$rotationAngle;
69 … if ($this->rotationAngle !== 90 && $this->rotationAngle !== 180 && $this->rotationAngle !== 270) {
70 $this->rotationAngle = 0;
73 $this->rotationAngle = (360 - $this->rotationAngle) % 360;
121 $rotationAngle = $this->getRotationAngle();
122 if ($rotationAngle === 90 || $rotationAngle === 270) {
148 $gd = imagerotate($gd, $this->rotationAngle, 0);
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vgeometry/
H A Dvellipticalarc_p.h18 qreal rotationAngle, const QString &formulaRotationAngle);
19 VEllipticalArcData(qreal radius1, qreal radius2, qreal rotationAngle);
33 qreal rotationAngle; variable
48 rotationAngle(0), in VEllipticalArcData()
55 const QString &formulaRadius2, qreal rotationAngle, in VEllipticalArcData() argument
61 rotationAngle(rotationAngle), in VEllipticalArcData()
67 VEllipticalArcData::VEllipticalArcData(qreal radius1, qreal radius2, qreal rotationAngle) in VEllipticalArcData() argument
72 rotationAngle(rotationAngle), in VEllipticalArcData()
73 … formulaRotationAngle(QString().number(VAbstractValApplication::VApp()->fromPixel(rotationAngle))), in VEllipticalArcData()
84 rotationAngle(arc.rotationAngle), in VEllipticalArcData()
/dports/graphics/skanpage/skanpage-1.0.0/src/
H A DDocumentSaver.cpp65 int rotationAngle; in savePDF() local
71 rotationAngle = document.at(i).rotationAngle; in savePDF()
72 if (rotationAngle == 90 || rotationAngle == 270) { in savePDF()
80 if (rotationAngle != 0) { in savePDF()
82 transformation.rotate(rotationAngle); in savePDF()
85 if (rotationAngle == 90 || rotationAngle == 270) { in savePDF()
109 const int rotationAngle = document.at(0).rotationAngle; in saveImage() local
110 if (rotationAngle != 0) { in saveImage()
111 pageImage = pageImage.transformed(QTransform().rotate(rotationAngle)); in saveImage()
117 const int rotationAngle = document.at(i).rotationAngle; in saveImage() local
[all …]
H A DDocumentModel.cpp64 return m_pages.at(m_activePageIndex).rotationAngle; in activePageRotation()
181 int rotationAngle = m_pages.at(row).rotationAngle; in rotateImage() local
183 rotationAngle += 90; in rotateImage()
185 rotationAngle -= 90; in rotateImage()
187 if (rotationAngle < 0) { in rotateImage()
188 rotationAngle = rotationAngle + 360; in rotateImage()
189 } else if (rotationAngle >= 360) { in rotateImage()
190 rotationAngle = rotationAngle - 360; in rotateImage()
192 m_pages[row].rotationAngle = rotationAngle; in rotateImage()
259 return m_pages.at(index.row()).rotationAngle; in data()
H A DDocumentPrinter.cpp50 int rotationAngle; in print() local
57 rotationAngle = document.at(i).rotationAngle; in print()
59 if (rotationAngle != 0) { in print()
60 pageImage = pageImage.transformed(QTransform().rotate(rotationAngle)); in print()
/dports/games/brumbrumrally/brumbrumrally-0.7/src/
H A DRenderObject.cpp29 rotationAngle(0.0) in RenderObject()
39 rotationAngle(rotate), in RenderObject()
51 rotationAngle = rotate; in update()
66 if (rotate != rotationAngle) in setRotation()
68 rotationAngle = rotate; in setRotation()
85 if (rotationAngle == 0.0) in updateRects()
101 p1.rotate(middle, rotationAngle); in updateRects()
102 p2.rotate(middle, rotationAngle); in updateRects()
103 p3.rotate(middle, rotationAngle); in updateRects()
146 if (rotationAngle != 0.0) in isHit()
[all …]
/dports/math/rocs/rocs-21.12.3/libgraphtheory/modifiers/autotests/
H A Dtestradiallayout.cpp35 const qreal rotationAngle = 0.; in testMargin() local
38 rotationAngle); in testMargin()
59 const qreal rotationAngle = 0.; in emptyGraph() local
62 rotationAngle); in emptyGraph()
77 const qreal rotationAngle = 0.; in singleNode() local
80 rotationAngle); in singleNode()
104 const qreal rotationAngle = 0.; in cycleGraph() local
107 rotationAngle); in cycleGraph()
123 const qreal rotationAngle = 0.; in disconnectedGraph() local
147 const qreal rotationAngle = 0.; in unidirectionalEdge() local
[all …]
/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/plotting/RNApuzzler/includes/
H A DrotationAngle.inc298 return rotationAngle;
339 return rotationAngle;
372 return rotationAngle;
403 return rotationAngle;
467 return rotationAngle;
531 return rotationAngle;
550 return rotationAngle;
595 return rotationAngle;
640 return rotationAngle;
711 return rotationAngle;
[all …]
/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/math/
H A DRotation.h50 … idRotation( const idVec3 &rotationOrigin, const idVec3 &rotationVec, const float rotationAngle );
52 void Set( const idVec3 &rotationOrigin, const idVec3 &rotationVec, const float rotationAngle );
56 void SetAngle( const float rotationAngle );
97 …:idRotation( const idVec3 &rotationOrigin, const idVec3 &rotationVec, const float rotationAngle ) { in idRotation() argument
100 angle = rotationAngle; in idRotation()
104 …tation::Set( const idVec3 &rotationOrigin, const idVec3 &rotationVec, const float rotationAngle ) { in Set() argument
107 angle = rotationAngle; in Set()
127 ID_INLINE void idRotation::SetAngle( const float rotationAngle ) { in SetAngle() argument
128 angle = rotationAngle; in SetAngle()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/tools/drawTools/operation/
H A Dvtoolmove.h110 … qreal rotationAngle, const QPointF &rotationOrigin, const QString &suffix,
115 … qreal rotationAngle, const QPointF &rotationOrigin, const QString &suffix,
119 … qreal rotationAngle, const QPointF &rotationOrigin, const QString &suffix,
123 … qreal rotationAngle, const QPointF &rotationOrigin,const QString &suffix,
127 … qreal rotationAngle, const QPointF &rotationOrigin,
130 …pdatePoint(quint32 idTool, const SourceItem &sItem, qreal angle, qreal length, qreal rotationAngle,
134 …UpdateItem(quint32 idTool, const SourceItem &sItem, qreal angle, qreal length, qreal rotationAngle,
137 … UpdateArc(quint32 idTool, const SourceItem &sItem, qreal angle, qreal length, qreal rotationAngle,
140 …pdateCurve(quint32 idTool, const SourceItem &sItem, qreal angle, qreal length, qreal rotationAngle,
144 … qreal rotationAngle, const QPointF &rotationOrigin, const QString &suffix,
/dports/cad/calculix/CalculiX/libSNL/src/
H A DsnlSurfaceOfRevolution.cpp39 …Revolution ( snlCurve* profileCurve, snlPoint* axisStart, snlPoint* axisEnd, double rotationAngle ) in snlSurfaceOfRevolution() argument
55 if ( rotationAngle > M_PI * 2.0 || rotationAngle == 0.0) in snlSurfaceOfRevolution()
57 else if ( rotationAngle < ( - M_PI * 2.0 ) ) in snlSurfaceOfRevolution()
60 rot_angle = rotationAngle; in snlSurfaceOfRevolution()
99 double snlSurfaceOfRevolution::rotationAngle() in rotationAngle() function in snlSurfaceOfRevolution
104 void snlSurfaceOfRevolution::rotationAngle ( double angle ) in rotationAngle() function in snlSurfaceOfRevolution
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/visualization/line/operation/
H A Dvistoolmove.cpp65 rotationAngle(INT_MIN), in VisToolMove()
136 if (VFuzzyComparePossibleNulls(rotationAngle, INT_MIN)) in RefreshGeometry()
160 rLine = QLineF(origin, Ray(origin, rotationAngle)); in RefreshGeometry()
161 tempRoationAngle = rotationAngle; in RefreshGeometry()
221 rotationAngle = FindValFromUser(expression, Visualization::data->DataVariables()); in SetRotationAngle()
263 …isToolMove::AddMovedRotatedCurve(qreal angle, qreal length, quint32 id, int i, qreal rotationAngle, in AddMovedRotatedCurve() argument
270 const Item moved = curve->Move(length, angle).Rotate(rotationOrigin, rotationAngle); in AddMovedRotatedCurve()
380 …rawPoint(point, static_cast<QPointF>(p->Move(length, angle).Rotate(rotationOrigin, rotationAngle)), in CreateMovedRotatedObjects()
385 … iCurve = AddMovedRotatedCurve<VArc>(angle, length, id, iCurve, rotationAngle, rotationOrigin); in CreateMovedRotatedObjects()
391 … iCurve = AddMovedRotatedCurve<VSpline>(angle, length, id, iCurve, rotationAngle, rotationOrigin); in CreateMovedRotatedObjects()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/scirenderer/src/org/scilab/forge/scirenderer/implementation/g2d/
H A DG2DDrawingTools.java137 …void draw(Texture texture, AnchorPosition anchor, ElementsBuffer positions, double rotationAngle) { in draw() argument
138 … g2dCanvas.getMotor3D().draw(this, texture, anchor, positions, 0, 1, rotationAngle, null, null); in draw()
147 …ture texture, AnchorPosition anchor, ElementsBuffer positions, double rotationAngle, Color auxColo… in draw() argument
148 …g2dCanvas.getMotor3D().draw(this, texture, anchor, positions, 0, 1, rotationAngle, auxColor, color… in draw()
152 …e, AnchorPosition anchor, ElementsBuffer positions, int offset, int stride, double rotationAngle) { in draw() argument
153 …g2dCanvas.getMotor3D().draw(this, texture, anchor, positions, offset, stride, rotationAngle, null,… in draw()
157 …tion anchor, ElementsBuffer positions, int offset, int stride, double rotationAngle, Color auxColo… in draw() argument
158 …g2dCanvas.getMotor3D().draw(this, texture, anchor, positions, offset, stride, rotationAngle, auxCo… in draw()
167 …public void draw(Texture texture, AnchorPosition anchor, Vector3d position, double rotationAngle) { in draw() argument
168 g2dCanvas.getMotor3D().draw(this, texture, anchor, position, rotationAngle); in draw()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/test/ValentinaTest/
H A Dtst_vellipticalarc.cpp77 QFETCH(qreal, rotationAngle); in CompareTwoWays()
113 const qreal rotationAngle = 0; in NegativeArc() local
278 QFETCH(qreal, rotationAngle); in TestGetPoints1()
284 if (qFuzzyIsNull(rotationAngle)) in TestGetPoints1()
308 QFETCH(qreal, rotationAngle); in TestGetPoints2()
324 line.setAngle(line.angle() + rotationAngle); in TestGetPoints2()
347 line.setAngle(line.angle() + rotationAngle); in TestGetPoints2()
379 QFETCH(qreal, rotationAngle); in TestGetPoints3()
406 QFETCH(qreal, rotationAngle); in TestGetPoints4()
439 QFETCH(qreal, rotationAngle); in TestGetPoints5()
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAFramework/src/
H A DCOLLADAFWRotate.cpp25 Rotate::Rotate( const COLLADABU::Math::Vector3& rotationAxis, double rotationAngle ) in Rotate() argument
28 mRotationAngle(rotationAngle) in Rotate()
32 Rotate::Rotate( double x, double y, double z, double rotationAngle ) in Rotate() argument
35 mRotationAngle(rotationAngle) in Rotate()
/dports/games/opendungeons/OpenDungeons-0.7.1/levels/skirmish/
H A DTestSingleplayerSmallEmpty.level2632 # typeSpell SeatId Name MeshName PosX PosY PosZ opacity rotationAngle optionalData
2636 # SeatId Name MeshName PosX PosY PosZ opacity rotationAngle trapType PosX PosY PosZ
2640 # SeatId Name MeshName PosX PosY PosZ opacity rotationAngle skillPoints PosX PosY PosZ
2644 # GiftBoxType SeatId Name MeshName PosX PosY PosZ opacity rotationAngle optionalData
2648 # missileType SeatId Name MeshName PosX PosY PosZ opacity rotationAngle directionX directionY direc…
2652 # SeatId Name MeshName PosX PosY PosZ opacity rotationAngle value
2656 # SeatId Name MeshName PosX PosY PosZ opacity rotationAngle PosX PosY PosZ
H A DTestSingleplayerSmallPassability.level214 # typeSpell SeatId Name MeshName PosX PosY PosZ opacity rotationAngle optionalData
218 # SeatId Name MeshName PosX PosY PosZ opacity rotationAngle trapType PosX PosY PosZ
222 # SeatId Name MeshName PosX PosY PosZ opacity rotationAngle skillPoints PosX PosY PosZ
226 # GiftBoxType SeatId Name MeshName PosX PosY PosZ opacity rotationAngle optionalData
230 # missileType SeatId Name MeshName PosX PosY PosZ opacity rotationAngle directionX directionY direc…
234 # SeatId Name MeshName PosX PosY PosZ opacity rotationAngle value
238 # SeatId Name MeshName PosX PosY PosZ opacity rotationAngle PosX PosY PosZ
/dports/games/opendungeons/OpenDungeons-0.7.1/levels/
H A Dtemplate.level110 # typeSpell SeatId Name MeshName PosX PosY PosZ opacity rotationAngle optionalData
114 # SeatId Name MeshName PosX PosY PosZ opacity rotationAngle trapType PosX PosY PosZ
118 # SeatId Name MeshName PosX PosY PosZ opacity rotationAngle skillPoints PosX PosY PosZ
122 # GiftBoxType SeatId Name MeshName PosX PosY PosZ opacity rotationAngle optionalData
126 # missileType SeatId Name MeshName PosX PosY PosZ opacity rotationAngle directionX directionY direc…
130 # SeatId Name MeshName PosX PosY PosZ opacity rotationAngle value
134 # SeatId Name MeshName PosX PosY PosZ opacity rotationAngle PosX PosY PosZ
/dports/games/opendungeons/OpenDungeons-0.7.1/levels/multiplayer/
H A DTestMultiplayerSmall1v1.level616 # typeSpell SeatId Name MeshName PosX PosY PosZ opacity rotationAngle optionalData
620 # SeatId Name MeshName PosX PosY PosZ opacity rotationAngle trapType PosX PosY PosZ
624 # SeatId Name MeshName PosX PosY PosZ opacity rotationAngle skillPoints PosX PosY PosZ
628 # GiftBoxType SeatId Name MeshName PosX PosY PosZ opacity rotationAngle optionalData
632 # missileType SeatId Name MeshName PosX PosY PosZ opacity rotationAngle directionX directionY direc…
636 # SeatId Name MeshName PosX PosY PosZ opacity rotationAngle value
640 # SeatId Name MeshName PosX PosY PosZ opacity rotationAngle PosX PosY PosZ
H A Daa.level239 # typeSpell SeatId Name MeshName PosX PosY PosZ opacity rotationAngle optionalData
243 # SeatId Name MeshName PosX PosY PosZ opacity rotationAngle trapType PosX PosY PosZ
247 # SeatId Name MeshName PosX PosY PosZ opacity rotationAngle skillPoints PosX PosY PosZ
251 # GiftBoxType SeatId Name MeshName PosX PosY PosZ opacity rotationAngle optionalData
255 # missileType SeatId Name MeshName PosX PosY PosZ opacity rotationAngle directionX directionY direc…
259 # SeatId Name MeshName PosX PosY PosZ opacity rotationAngle value
263 # SeatId Name MeshName PosX PosY PosZ opacity rotationAngle PosX PosY PosZ
H A Dab.level280 # typeSpell SeatId Name MeshName PosX PosY PosZ opacity rotationAngle optionalData
284 # SeatId Name MeshName PosX PosY PosZ opacity rotationAngle trapType PosX PosY PosZ
288 # SeatId Name MeshName PosX PosY PosZ opacity rotationAngle skillPoints PosX PosY PosZ
292 # GiftBoxType SeatId Name MeshName PosX PosY PosZ opacity rotationAngle optionalData
296 # missileType SeatId Name MeshName PosX PosY PosZ opacity rotationAngle directionX directionY direc…
300 # SeatId Name MeshName PosX PosY PosZ opacity rotationAngle value
304 # SeatId Name MeshName PosX PosY PosZ opacity rotationAngle PosX PosY PosZ
/dports/math/scilab/scilab-6.1.1/scilab/modules/scirenderer/src/org/scilab/forge/scirenderer/implementation/jogl/
H A DJoGLDrawingTools.java233 …ture texture, AnchorPosition anchor, ElementsBuffer positions, double rotationAngle) throws SciRen… in draw() argument
234 …canvas.getTextureManager().draw(this, texture, anchor, positions, 0, 1, rotationAngle, null, null); in draw()
243 …ture texture, AnchorPosition anchor, ElementsBuffer positions, double rotationAngle, Color auxColo… in draw() argument
244 …canvas.getTextureManager().draw(this, texture, anchor, positions, 0, 1, rotationAngle, auxColor, c… in draw()
248 …tion anchor, ElementsBuffer positions, int offset, int stride, double rotationAngle) throws SciRen… in draw() argument
249 …TextureManager().draw(this, texture, anchor, positions, offset, stride, rotationAngle, null, null); in draw()
253 …tion anchor, ElementsBuffer positions, int offset, int stride, double rotationAngle, Color auxColo… in draw() argument
254 …xtureManager().draw(this, texture, anchor, positions, offset, stride, rotationAngle, auxColor, col… in draw()
263 …raw(Texture texture, AnchorPosition anchor, Vector3d position, double rotationAngle) throws SciRen… in draw() argument
264 canvas.getTextureManager().draw(this, texture, anchor, position, rotationAngle); in draw()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAFramework/include/
H A DCOLLADAFWRotate.h37 Rotate(const COLLADABU::Math::Vector3& rotationAxis, double rotationAngle);
40 Rotate(double x, double y, double z, double rotationAngle);
48 void setRotationAngle( double rotationAngle ) { mRotationAngle = rotationAngle; } in setRotationAngle() argument
/dports/math/scilab/scilab-6.1.1/scilab/modules/scirenderer/src/org/scilab/forge/scirenderer/implementation/g2d/motor/
H A DSpritedRectangle.java45 private double rotationAngle; field in SpritedRectangle
52 super(getSpriteVertices(vertex, sprite, anchor, rotationAngle), null); in SpritedRectangle()
55 this.rotationAngle = rotationAngle; in SpritedRectangle()
256 …] getSpriteVertices(Vector3d vertex, Texture sprite, AnchorPosition anchor, double rotationAngle) { in getSpriteVertices() argument
259 if (rotationAngle != 0) { in getSpriteVertices()
260 final double a = -rotationAngle * Math.PI / 180; in getSpriteVertices()
276 private static Vector3d unrotate(Vector3d v, Vector3d t, double rotationAngle) { in unrotate() argument
278 final double a = rotationAngle * Math.PI / 180; in unrotate()
295 if (rotationAngle != 0) { in draw()
297 g2d.rotate(-rotationAngle * Math.PI / 180); in draw()
[all …]

12345678910>>...39