Home
last modified time | relevance | path

Searched refs:q2y (Results 1 – 25 of 55) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Numerics/System/Numerics/
H A DQuaternion.cs397 float q2y = value1.Y; in Concatenate()
402 float cx = q1y * q2z - q1z * q2y; in Concatenate()
404 float cz = q1x * q2y - q1y * q2x; in Concatenate()
485 float q2y = value2.Y; in Multiply()
490 float cx = q1y * q2z - q1z * q2y; in Multiply()
492 float cz = q1x * q2y - q1y * q2x; in Multiply()
544 float q2y = -value2.Y * invNorm; in Divide()
552 float cx = q1y * q2z - q1z * q2y; in Divide()
554 float cz = q1x * q2y - q1y * q2x; in Divide()
635 float q2y = value2.Y; in operator *()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/
H A DQuaternion.cs399 float q2y = value1.Y; in Concatenate()
404 float cx = q1y * q2z - q1z * q2y; in Concatenate()
406 float cz = q1x * q2y - q1y * q2x; in Concatenate()
487 float q2y = value2.Y; in Multiply()
492 float cx = q1y * q2z - q1z * q2y; in Multiply()
494 float cz = q1x * q2y - q1y * q2x; in Multiply()
546 float q2y = -value2.Y * invNorm; in Divide()
554 float cx = q1y * q2z - q1z * q2y; in Divide()
556 float cz = q1x * q2y - q1y * q2x; in Divide()
637 float q2y = value2.Y; in operator *()
[all …]
/dports/x11/xrandr/xrandr-1.5.1/
H A Dkeystone.5c237 * m10*w + m11*h + q0y = q2y*(m20*w + m21*h + 1)
239 * m20*q1y*w + q1y - q0y + m21*q3y*h + q3y - q0y + q0y = m20*q2y*w + m21*q2y*h + q2y
241 * m20*q1y*w - m20*q2y*w = m21*q2y*h - m21*q3y*h + q2y - q1y + q0y - q3y + q0y - q0y
243 * m20*(q1y - q2y)*w = m21*(q2y - q3y)*h + q2y - q1y - q3y + q0y
246 …* m20*(q1x - q2x)*(q1y - q2y)*w = m21*(q2x - q3x)*(q1y - q2y)*h + (q2x - q1x - q3x + q0x…
248 …* m20*(q1y - q2y)*(q1x - q2x)*w = m21*(q2y - q3y)*(q1x - q2x)*h + (q2y - q1y - q3y + q0y…
250 …* 0 = m21*((q2x - q3x)*(q1y - q2y) - (q2y - q3y)*(q1x - q2x))*h …
269 real q2x = q[2].x, q2y = q[2].y;
279 real a = ((q2x - q3x)*(q1y - q2y) - (q2y - q3y)*(q1x - q2x)) * h;
280 real b = (q2x - q1x - q3x + q0x) * (q1y - q2y) - (q2y - q1y - q3y + q0y) * (q1x - q2x);
[all …]
/dports/graphics/geos/geos-3.9.1/tests/unit/algorithm/
H A DIntersectionTest.cpp47 double q1x, double q1y, double q2x, double q2y) { in checkIntersectionNull()
51 Coordinate q2(q2x, q2y); in checkIntersectionNull()
57 double q1x, double q1y, double q2x, double q2y, in checkIntersection()
62 Coordinate q2(q2x, q2y); in checkIntersection()
/dports/math/jts/jts-jts-1.18.1/modules/core/src/test/java/org/locationtech/jts/algorithm/
H A DIntersectionTest.java53 double q1x, double q1y, double q2x, double q2y, in checkIntersection() argument
58 Coordinate q2 = new Coordinate(q2x, q2y); in checkIntersection()
68 double q1x, double q1y, double q2x, double q2y) { in checkIntersectionNull() argument
72 Coordinate q2 = new Coordinate(q2x, q2y); in checkIntersectionNull()
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/algorithm/
H A DIntersection.java73 double q2y = q2.y - midy; in intersection()
80 double qx = q1y - q2y; in intersection()
82 double qw = q1x * q2y - q2x * q1y; in intersection()
/dports/graphics/geos/geos-3.9.1/src/algorithm/
H A DIntersection.cpp55 double q2y = q2.y - midy; in intersection() local
62 double qx = q1y - q2y; in intersection()
64 double qw = q1x * q2y - q2x * q1y; in intersection()
H A DCGAlgorithmsDD.cpp165 DD q2y(q2.y); in intersection() local
176 DD qx = q1y - q2y; in intersection()
178 DD qw = (q1x * q2y) - (q2x * q1y); in intersection()
/dports/graphics/geos/geos-3.9.1/tests/unit/geom/
H A DLineSegmentTest.cpp30 double q1x, double q1y, double q2x, double q2y, in checkLineIntersection()
33 LineSegment seg2(q1x, q1y, q2x, q2y); in checkLineIntersection()
/dports/games/xpilot/xpilot-4.5.5/src/server/
H A Dcollision.c72 int q1x, int q1y, int q2x, int q2y,
104 if (q1y < q2y)
107 q2y += World.height;
112 dy = WRAP_DY(q2y - p2y);
124 dqy = WRAP_DY(q2y - q1y);
146 int q1x, int q1y, int q2x, int q2y, in in_range_acd() argument
177 if (q1y > q2y) in in_range_acd()
180 q2y -= World.height; in in_range_acd()
190 q2y -= World.height; in in_range_acd()
207 if ((p2x - q2x) * (p2x - q2x) + (p2y - q2y) * (p2y - q2y) < r * r) in in_range_acd()
[all …]
/dports/math/jts/jts-jts-1.18.1/modules/core/src/test/java/org/locationtech/jts/geom/
H A DLineSegmentTest.java65 double q1x, double q1y, double q2x, double q2y, in checkLineIntersection() argument
68 LineSegment seg2 = new LineSegment(q1x, q1y, q2x, q2y); in checkLineIntersection()
/dports/lang/yorick/yorick-y_2_2_04/i/
H A Ddemo3.i132 q2y= p2y - c*cos(beta); in display()
139 plg, [p2y,q2y], [p2x,q2x], marks=0,type=1,width=24,color="green"; in display()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxhintn1.c169 intersect_bar_bar(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, fixed q3x, fixe… in intersect_bar_bar() argument
173 if (q1x == q2x && q1y == q2y) in intersect_bar_bar()
175 if (q0x == q2x && q0y == q2y) in intersect_bar_bar()
179 if (q1x == q2x && q1y == q2y) in intersect_bar_bar()
187 fixed dy2 = q2y - q0y; in intersect_bar_bar()
229 fixed q2y = this->pole[j + 0].gy; in t1_hinter__intersect_bar_bar() local
233 return intersect_bar_bar(q0x, q0y, q1x, q1y, q2x, q2y, q3x, q3y); in t1_hinter__intersect_bar_bar()
H A Dgsmisc.c941 gx_intersect_small_bars(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, in gx_intersect_small_bars() argument
945 fixed dx2 = q2x - q0x, dy2 = q2y - q0y; in gx_intersect_small_bars()
986 *ry = q2y; in gx_intersect_small_bars()
H A Dgxfixed.h182 gx_intersect_small_bars(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y,
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxhintn1.c169 intersect_bar_bar(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, fixed q3x, fixe… in intersect_bar_bar() argument
173 if (q1x == q2x && q1y == q2y) in intersect_bar_bar()
175 if (q0x == q2x && q0y == q2y) in intersect_bar_bar()
179 if (q1x == q2x && q1y == q2y) in intersect_bar_bar()
187 fixed dy2 = q2y - q0y; in intersect_bar_bar()
229 fixed q2y = this->pole[j + 0].gy; in t1_hinter__intersect_bar_bar() local
233 return intersect_bar_bar(q0x, q0y, q1x, q1y, q2x, q2y, q3x, q3y); in t1_hinter__intersect_bar_bar()
H A Dgsmisc.c941 gx_intersect_small_bars(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, in gx_intersect_small_bars() argument
945 fixed dx2 = q2x - q0x, dy2 = q2y - q0y; in gx_intersect_small_bars()
986 *ry = q2y; in gx_intersect_small_bars()
H A Dgxfixed.h182 gx_intersect_small_bars(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y,
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxhintn1.c170 intersect_bar_bar(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, fixed q3x, fixe… in intersect_bar_bar() argument
174 if (q1x == q2x && q1y == q2y) in intersect_bar_bar()
176 if (q0x == q2x && q0y == q2y) in intersect_bar_bar()
180 if (q1x == q2x && q1y == q2y) in intersect_bar_bar()
188 fixed dy2 = q2y - q0y; in intersect_bar_bar()
230 fixed q2y = self->pole[j + 0].gy; in t1_hinter__intersect_bar_bar() local
234 return intersect_bar_bar(q0x, q0y, q1x, q1y, q2x, q2y, q3x, q3y); in t1_hinter__intersect_bar_bar()
H A Dgxfixed.h185 gx_intersect_small_bars(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y,
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxhintn1.c170 intersect_bar_bar(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, fixed q3x, fixe… in intersect_bar_bar() argument
174 if (q1x == q2x && q1y == q2y) in intersect_bar_bar()
176 if (q0x == q2x && q0y == q2y) in intersect_bar_bar()
180 if (q1x == q2x && q1y == q2y) in intersect_bar_bar()
188 fixed dy2 = q2y - q0y; in intersect_bar_bar()
230 fixed q2y = self->pole[j + 0].gy; in t1_hinter__intersect_bar_bar() local
234 return intersect_bar_bar(q0x, q0y, q1x, q1y, q2x, q2y, q3x, q3y); in t1_hinter__intersect_bar_bar()
H A Dgxfixed.h185 gx_intersect_small_bars(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y,
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxhintn1.c171 intersect_bar_bar(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, fixed q3x, fixe… in intersect_bar_bar() argument
175 if (q1x == q2x && q1y == q2y) in intersect_bar_bar()
177 if (q0x == q2x && q0y == q2y) in intersect_bar_bar()
181 if (q1x == q2x && q1y == q2y) in intersect_bar_bar()
189 fixed dy2 = q2y - q0y; in intersect_bar_bar()
231 fixed q2y = self->pole[j + 0].gy; in t1_hinter__intersect_bar_bar() local
235 return intersect_bar_bar(q0x, q0y, q1x, q1y, q2x, q2y, q3x, q3y); in t1_hinter__intersect_bar_bar()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxhintn1.c171 intersect_bar_bar(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, fixed q3x, fixe… in intersect_bar_bar() argument
175 if (q1x == q2x && q1y == q2y) in intersect_bar_bar()
177 if (q0x == q2x && q0y == q2y) in intersect_bar_bar()
181 if (q1x == q2x && q1y == q2y) in intersect_bar_bar()
189 fixed dy2 = q2y - q0y; in intersect_bar_bar()
231 fixed q2y = self->pole[j + 0].gy; in t1_hinter__intersect_bar_bar() local
235 return intersect_bar_bar(q0x, q0y, q1x, q1y, q2x, q2y, q3x, q3y); in t1_hinter__intersect_bar_bar()
/dports/graphics/gimp-app/gimp-2.10.30/app/display/
H A Dgimptoolhandlegrid.c155 gdouble q2y);
1149 gdouble q2x, gdouble q2y) in calc_lineintersect_ratio() argument
1153 denom = (q2y - q1y) * (p2x - p1x) - (q2x - q1x) * (p2y - p1y); in calc_lineintersect_ratio()
1160 u = (q2y - q1y) * (q1x - p1x) - (q1y - p1y) * (q2x - q1x); in calc_lineintersect_ratio()

123