Home
last modified time | relevance | path

Searched refs:getAngle (Results 1 – 25 of 1003) sorted by relevance

12345678910>>...41

/dports/databases/pgfouine/pgfouine-1.2/include/reporting/artichow/php4/inc/
H A DFont.class.php45 $angle = $text->getAngle();
86 if($text->getAngle() === 90) {
89 } else if($text->getAngle() === 45) {
119 if($text->getAngle() === 90) {
122 } else if($text->getAngle() === 45) {
196 $box = imagettfbbox($this->size, $text->getAngle(), $this->font, $text->getText());
209 $text->getAngle(),
210 $drawer->x + $p->x + $width * sin($text->getAngle() / 180 * M_PI),
226 $box = imagettfbbox($this->size, $text->getAngle(), $this->font, $text->getText());
246 $box = imagettfbbox($this->size, $text->getAngle(), $this->font, $text->getText());
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/
H A DEarClip.java116 if ((triRef.getAngle(ind1) > 0) && in classifyEars()
161 if ((i1 == i3) || (i1 == i2) || (i2 == i3) || (triRef.getAngle(ind2) == 2)) { in isEar()
169 if ((triRef.getAngle(ind0) < 0) || (triRef.getAngle(ind3[0]) < 0)) { in isEar()
179 if ((triRef.getAngle(ind1[0]) < 0) || (triRef.getAngle(ind4) < 0)) { in isEar()
188 convex = triRef.getAngle(ind1[0]) > 0; in isEar()
193 convex = triRef.getAngle(ind3[0]) > 0; in isEar()
294 if ((angle1 >= 0) && (triRef.getAngle(ind1) < 0)) in clipEar()
296 if ((angle3 >= 0) && (triRef.getAngle(ind3) < 0)) in clipEar()
300 if ((angle1 >= 0) && (triRef.getAngle(ind1) < 0)) in clipEar()
302 else if ((angle3 >= 0) && (triRef.getAngle(ind3) < 0)) in clipEar()
/dports/databases/pgfouine/pgfouine-1.2/include/reporting/artichow/php5/inc/
H A DFont.class.php45 $angle = $text->getAngle();
87 if($text->getAngle() === 90) {
90 } else if($text->getAngle() === 45) {
120 if($text->getAngle() === 90) {
123 } else if($text->getAngle() === 45) {
197 $box = imagettfbbox($this->size, $text->getAngle(), $this->font, $text->getText());
210 $text->getAngle(),
211 $drawer->x + $p->x + $width * sin($text->getAngle() / 180 * M_PI),
227 $box = imagettfbbox($this->size, $text->getAngle(), $this->font, $text->getText());
247 $box = imagettfbbox($this->size, $text->getAngle(), $this->font, $text->getText());
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/editor/
H A DCropRotateManager.java58 double angle = newBounds.getAngle(); in cropCommitted()
174 hiddenRotorMode.setAngle(- bounds.getAngle()); in postEdit()
186 hiddenRotorMode.setAngle(- bounds.getAngle()); in postEdit()
205 double newAngle = (crop != null) ? crop.getAngle() : 0; in limitRotation()
210 double angle = crop.getAngle(); in limitRotation()
212 newAngle = crop.getAngle(); in limitRotation()
218 double angle = crop.getAngle(); in limitRotation()
220 newAngle = crop.getAngle(); in limitRotation()
232 double angle = bounds.getAngle(); in getUncroppedBounds()
253 double angle = bounds.getAngle(); in save()
[all …]
/dports/games/dunelegacy/dunelegacy-0.96.4/include/MapEditor/
H A DMapMirror.h43 virtual int getAngle(int angle, int i) const = 0;
66 virtual int getAngle(int angle, int i) const;
83 virtual int getAngle(int angle, int i) const;
100 virtual int getAngle(int angle, int i) const;
117 virtual int getAngle(int angle, int i) const;
134 virtual int getAngle(int angle, int i) const;
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/rotate/
H A DRotorControl.java136 public double getAngle() { in getAngle() method in RotorControl
137 double fine = major.getAngle(); in getAngle()
138 double hyperFine = minor.getAngle(); in getAngle()
165 double angle = getAngle(); in getDegrees()
181 double angle = getAngle(); in incAngle()
188 double angle = getAngle(); in notifyListeners()
195 double angle = getAngle(); in notifyListenersNinetyDegrees()
H A DMajorRotorSlider.java33 double getAngle() { in getAngle() method in MajorRotorSlider
44 double remainder = angle - getAngle(); in setAngle()
76 double angle = getAngle(); in stateChanged()
/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/attribute/
H A Dfillhatchattribute.cxx68 double getAngle() const { return mfAngle; } in getAngle() function in drawinglayer::attribute::ImpFillHatchAttribute
77 && getAngle() == rCandidate.getAngle() in operator ==()
143 double FillHatchAttribute::getAngle() const in getAngle() function in drawinglayer::attribute::FillHatchAttribute
145 return mpFillHatchAttribute->getAngle(); in getAngle()
H A Dfillgradientattribute.cxx77 double getAngle() const { return mfAngle; } in getAngle() function in drawinglayer::attribute::ImpFillGradientAttribute
88 && getAngle() == rCandidate.getAngle() in operator ==()
169 double FillGradientAttribute::getAngle() const in getAngle() function in drawinglayer::attribute::FillGradientAttribute
171 return mpFillGradientAttribute->getAngle(); in getAngle()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/attribute/
H A Dfillhatchattribute.cxx70 double getAngle() const { return mfAngle; } in getAngle() function in drawinglayer::attribute::ImpFillHatchAttribute
79 && getAngle() == rCandidate.getAngle() in operator ==()
145 double FillHatchAttribute::getAngle() const in getAngle() function in drawinglayer::attribute::FillHatchAttribute
147 return mpFillHatchAttribute->getAngle(); in getAngle()
H A Dfillgradientattribute.cxx79 double getAngle() const { return mfAngle; } in getAngle() function in drawinglayer::attribute::ImpFillGradientAttribute
90 && getAngle() == rCandidate.getAngle() in operator ==()
171 double FillGradientAttribute::getAngle() const in getAngle() function in drawinglayer::attribute::FillGradientAttribute
173 return mpFillGradientAttribute->getAngle(); in getAngle()
/dports/lang/nim/nim-1.6.2/tests/manyloc/keineschweine/lib/
H A Dvehicles.nim11 vectorForAngle(obj.body.getAngle()) * dt * obj.record.handling.thrust,
18 -vectorForAngle(obj.body.getAngle()) * dt * obj.record.handling.reverse,
22 vectorForAngle(obj.body.getAngle()).perp() * obj.record.handling.strafe * dt,
26 vectorForAngle(obj.body.getAngle()).rperp() * obj.record.handling.strafe * dt,
35 return (obj.record.anim.angle + obj.body.getAngle())
/dports/games/scourge/scourge/src/render/
H A Dprojectilerenderer.cpp42 float f = proj->getAngle() + 90; in drawPath()
48 if ( proj->getAngle() < 90 ) { in drawPath()
51 map->getZRot() + proj->getAngle() + 90 ); in drawPath()
52 } else if ( proj->getAngle() < 180 ) { in drawPath()
55 map->getZRot() - proj->getAngle() ); in drawPath()
/dports/textproc/libodfgen01/libodfgen-0.1.8/src/
H A DGraphicFunctions.cxx40 double getAngle(double bx, double by);
53 double getAngle(double bx, double by) in getAngle() function
139 txmin = getAngle(-rx, 0); in getEllipticalArcBBox()
141 txmax = getAngle(rx, 0); in getEllipticalArcBBox()
143 tymin = getAngle(0, -ry); in getEllipticalArcBBox()
145 tymax = getAngle(0, ry); in getEllipticalArcBBox()
151 txmin = getAngle(-ry, 0); in getEllipticalArcBBox()
153 txmax = getAngle(ry, 0); in getEllipticalArcBBox()
155 tymin = getAngle(0, -rx); in getEllipticalArcBBox()
157 tymax = getAngle(0, rx); in getEllipticalArcBBox()
[all …]
/dports/games/spacejunk/spacejunk-1.0.5/src/
H A Doutline.h78 real getAngle(Uint16 index) const { in getAngle() function
154 virtual real getAngle(Uint16 index) const { in getAngle() function
155 return pol->getAngle(index); in getAngle()
194 real getAngle(Uint16 index) const { in getAngle() function
195 real angle=M_PI+pol->getAngle(index); in getAngle()
208 …CHERROR<<i<<" "<<(*this)[i]<<" "<<getAngle(i)<<" "<<pol->getAngle(i)<<" "<<getIndex(getAngle(i))<<… in print()
H A Dcollisionengine.cpp105 …Matrix2x3 m1(1,1,-gb1->getAngle(),-gb1->lastTestPosition().x,-gb1->lastTestPosition().y,gb1->hotsp… in mask_collision()
106 …Matrix2x3 m2=m1*Matrix2x3(1,1,gb2->getAngle(),-gb2->hotspot.x,-gb2->hotspot.y,gb2->lastTestPositio… in mask_collision()
109 …return CMASK_intersect(&*gb1->mask,m2,M_PI*(gb2->getAngle()-gb1->getAngle())/180,&*gb2->mask,vel,t… in mask_collision()
126 …Matrix2x3 m1(1,1,-g->getAngle(),-g->lastTestPosition().x,-g->lastTestPosition().y,g->hotspot.x,g->… in mask_collision()
/dports/games/dunelegacy/dunelegacy-0.96.4/src/MapEditor/
H A DMapMirror.cpp50 int MapMirrorNone::getAngle(int angle, int i) const { in getAngle() function in MapMirrorNone
68 int MapMirrorHorizontal::getAngle(int angle, int i) const { in getAngle() function in MapMirrorHorizontal
90 int MapMirrorVertical::getAngle(int angle, int i) const { in getAngle() function in MapMirrorVertical
114 int MapMirrorBoth::getAngle(int angle, int i) const { in getAngle() function in MapMirrorBoth
138 int MapMirrorPoint::getAngle(int angle, int i) const { in getAngle() function in MapMirrorPoint
/dports/science/simbody/simbody-Simbody-3.7/Simbody/tests/
H A DGazeboBasicControllerResponse.cpp211 const Real aerr = mbs.m_wheel[i].getAngle(state)-Target1; in calcTotalEnergy()
266 const Real aerr = mbs.m_wheel[i].getAngle(state)-Target1; in runOnce()
285 mbs.m_trikey_base.getAngle(state),mbs.m_trikey_base.getRate(state)); in runOnce()
288 const Real angle = mbs.m_wheel[i].getAngle(state); in runOnce()
296 SimTK_TEST_EQ_TOL(mbs.m_wheel[0].getAngle(state), in runOnce()
297 mbs.m_wheel[1].getAngle(state), 1e-12); in runOnce()
298 SimTK_TEST_EQ_TOL(mbs.m_wheel[0].getAngle(state), in runOnce()
299 mbs.m_wheel[2].getAngle(state), 1e-12); in runOnce()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/crop/
H A DAspectConstraint.java107 double angle = bad.getAngle(); in adjust()
123 double angle = bad.getAngle(); in adjustLeft()
143 double angle = bad.getAngle(); in adjustTop()
163 double angle = bad.getAngle(); in adjustRight()
183 double angle = bad.getAngle(); in adjustBottom()
204 double angle = bad.getAngle(); in adjustWidth()
221 double angle = bad.getAngle(); in adjustHeight()
H A DUnderlayConstraints.java1024 double angle = crop.getAngle(); in lrrHeight()
1046 double angle = crop.getAngle(); in lrlHeight()
1068 double angle = crop.getAngle(); in lrtHeight()
1090 double angle = crop.getAngle(); in lrbHeight()
1112 double angle = crop.getAngle(); in urrHeight()
1134 double angle = crop.getAngle(); in urlHeight()
1156 double angle = crop.getAngle(); in urtHeight()
1178 double angle = crop.getAngle(); in urbHeight()
1200 double angle = crop.getAngle(); in ulrHeight()
1222 double angle = crop.getAngle(); in ullHeight()
[all …]
/dports/cad/librepcb/librepcb-0.1.6/tests/unittests/common/geometry/
H A Dpathtest.cpp59 EXPECT_EQ(angle, path.getVertices().value(0).getAngle()); in TEST_F()
61 EXPECT_EQ(Angle(0), path.getVertices().value(1).getAngle()); in TEST_F()
72 EXPECT_EQ(-Angle::deg180(), path.getVertices().value(0).getAngle()); in TEST_F()
74 EXPECT_EQ(-Angle::deg180(), path.getVertices().value(1).getAngle()); in TEST_F()
76 EXPECT_EQ(Angle(0), path.getVertices().value(2).getAngle()); in TEST_F()
103 path.getVertices().value(i).getAngle()); in TEST_P()
168 path.getVertices().value(i).getAngle()); in TEST_P()
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/fx/
H A DCamera.cpp50 static float getAngle(VectorFloat vec1,VectorFloat vec2) in getAngle() function
87 roty=getAngle(veca,vecb); in getMatrix()
99 rotx=-getAngle(veca,vecb); in getMatrix()
154 roty=getAngle(veca,vecb); in getMatrixInverse()
166 rotx=-getAngle(veca,vecb); in getMatrixInverse()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/geometry/euclidean/threed/
H A DRotationTest.java37 checkAngle(r.getAngle(), 0); in testIdentity()
43 checkAngle(r.getAngle(), 0); in testIdentity()
49 checkAngle(r.getAngle(), 0); in testIdentity()
77 checkAngle(r.getAngle(), FastMath.PI); in testAxisAngleDeprecated()
109 checkAngle(r.getAngle(), FastMath.PI); in testAxisAngleVectorOperator()
142 checkAngle(r.getAngle(), FastMath.PI); in testAxisAngleFrameTransform()
155 Assert.assertEquals(r.getAngle(), reverted.getAngle(), 1.0e-12); in testRevertDeprecated()
168 Assert.assertEquals(r.getAngle(), reverted.getAngle(), 1.0e-12); in testRevertVectorOperator()
181 Assert.assertEquals(r.getAngle(), reverted.getAngle(), 1.0e-12); in testRevertFrameTransform()
225 checkAngle(r.getAngle(), FastMath.PI); in testVectorTwoPairs()
[all …]
/dports/science/xdrawchem/xdrawchem-a3f74c34eb09fa72ee16848ec6901049ca5309d5/xdrawchem/
H A Drender2d_draw.cpp272 double ia = getAngle(a, b); in drawWavyLine()
301 double ang = getAngle(a, b); in drawUpLine()
388 oppang = getAngle(a, b); in drawArrow()
389 ang = getAngle(b, a); in drawArrow()
481 myangle = getAngle(a, b); in drawArrow()
841 sa = getAngle(b, a); in drawCurveArrow()
866 sa = getAngle(b, a); in drawCurveArrow()
902 sa = getAngle(b, a); in drawCurveArrow()
936 sa = getAngle(b, a); in drawCurveArrow()
971 sa = getAngle(b, a); in drawCurveArrow()
[all …]
/dports/graphics/libfreehand/libfreehand-0.1.2/src/lib/
H A DFHPath.cpp30 static double getAngle(double bx, double by) in getAngle() function
116 txmin = getAngle(-rx, 0); in getEllipticalArcBBox()
118 txmax = getAngle(rx, 0); in getEllipticalArcBBox()
120 tymin = getAngle(0, -ry); in getEllipticalArcBBox()
122 tymax = getAngle(0, ry); in getEllipticalArcBBox()
128 txmin = getAngle(-ry, 0); in getEllipticalArcBBox()
130 txmax = getAngle(ry, 0); in getEllipticalArcBBox()
132 tymin = getAngle(0, -rx); in getEllipticalArcBBox()
134 tymax = getAngle(0, rx); in getEllipticalArcBBox()
143 txmin = getAngle(xmin - cx, tmpY - cy); in getEllipticalArcBBox()
[all …]

12345678910>>...41