Home
last modified time | relevance | path

Searched refs:yslope (Results 1 – 25 of 70) sorted by relevance

123

/dports/databases/grass7/grass-7.8.6/raster/r.flow/
H A Daspect.c36 double yslope = ((s[-1] + s[0] + s[0] + s[1]) - in aspect_fly() local
40 if (!yslope) in aspect_fly()
47 else if ((asp = atan2(xslope, yslope) / DEG2RAD) < 0.) in aspect_fly()
/dports/print/pic2fig/pic2fig/
H A Dfigd.c53 static float xslope,yslope,xbase,ybase;/* Convert Window to Viewport */ variable
73 yslope = RES * (hiypage-loypage) / (hiy-loy);
74 ybase = RES * loypage - loy*yslope;
77 xslope,xbase,yslope,ybase);
154 *iy = ybase + yslope * y;
425 yrad = yradius * yslope;
H A Dfigd.c,v72 static float xslope,yslope,xbase,ybase;/* Convert Window to Viewport */
90 yslope = RES * (hiypage-loypage) / (hiy-loy);
91 ybase = RES * loypage - loy*yslope;
94 xslope,xbase,yslope,ybase);
167 *iy = ybase + yslope * y;
330 yrad = yradius * yslope;
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dr_plane.c113 fixed_t *yslope = NULL; variable
127 if (yslope) free(yslope); in R_InitPlanesRes()
139 yslope = calloc(1, SCREENHEIGHT * sizeof(*yslope)); in R_InitPlanesRes()
208 distance = cacheddistance[y] = FixedMul (planeheight, yslope[y]); in R_MapPlane()
230 distance = FixedMul (planeheight, yslope[y]); in R_MapPlane()
H A Dr_plane.h51 extern fixed_t *yslope, *distscale;
/dports/www/R-cran-RgoogleMaps/RgoogleMaps/R/
H A Dupdateusr.R21 yslope <- diff(xy2$y)/diff(xy1$y) functionVar
23 new.usr.y <- yslope * (cur.usr[3:4] - xy1$y) + xy2$y
/dports/astro/phd2/phd2-2.6.10/
H A Dpolardrift_toolwin.cpp416 double yslope = (m_num*m_sumty - m_sumt*m_sumy) / (m_num*m_sumt2 - m_sumt*m_sumt); in WatchDrift() local
418 double theta = degrees(atan2(yslope, xslope)); in WatchDrift()
424 m_offset = hypot(xslope, yslope)*factor; //polar alignment error in pixels in WatchDrift()
430 …ft: slope(X,Y) %.4f,%.4f m_offset %.1f theta %.1f m_alpha %.1f", xslope, yslope, m_offset, theta, … in WatchDrift()
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dr_plane.h46 extern fixed_t yslope[], distscale[];
/dports/games/prboom/prboom-2.5.0/src/
H A Dr_plane.h50 extern fixed_t yslope[], distscale[];
/dports/games/heretic/glheretic-1.2/
H A Dr_plane.c47 fixed_t *yslope; variable
73 yslope=(fixed_t *)calloc(screenheight,sizeof(fixed_t)); in resinit_r_plane_c()
150 distance = cacheddistance[y] = FixedMul (planeheight, yslope[y]); in R_MapPlane()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dr_plane.h40 extern fixed_t yslope[MAXHEIGHT];
H A Dr_plane.c79 fixed_t yslope[MAXHEIGHT]; variable
138 distance = cacheddistance[y] = FixedMul (planeheight, yslope[y]); in R_MapPlane()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Dr_plane.h40 extern fixed_t yslope[SCREENHEIGHT];
H A Dr_plane.c78 fixed_t yslope[SCREENHEIGHT]; variable
137 distance = cacheddistance[y] = FixedMul (planeheight, yslope[y]); in R_MapPlane()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Dr_plane.h40 extern fixed_t yslope[SCREENHEIGHT];
H A Dr_plane.c79 fixed_t yslope[SCREENHEIGHT]; variable
138 distance = cacheddistance[y] = FixedMul (planeheight, yslope[y]); in R_MapPlane()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dr_plane.h41 extern fixed_t* yslope;
H A Dr_plane.c81 fixed_t* yslope; variable
151 distance = cacheddistance[y] = FixedMul (planeheight, yslope[y]); in R_MapPlane()
/dports/games/odamex/odamex-src-0.7.0/common/
H A Dr_plane.h43 extern fixed_t *yslope;
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dr_main.cpp581 yslope[i] = FixedDiv (focus, den); in R_SetupFreelook()
588 yslope[i] = FixedDiv (focus, den); in R_SetupFreelook()
593 yslope[i] = FixedDiv (focus, den); in R_SetupFreelook()
602 yslope[i] = FixedDiv (focus, den); in R_SetupFreelook()
H A Dr_plane.h84 extern fixed_t yslope[MAXHEIGHT];
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/other_math/
H A DSutherlandHodgmanClipPoly.h165 REAL yslope = d.Y / d.X; in Intersect() local
170 r.Y = p0.Y + yslope * (m_X - p0.X); in Intersect()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dr_plane.h131 extern fixed_t* yslope;
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dr_plane.cpp103 fixed_t *yslope; variable
218 fixed_t distance = FixedMul(planeheight, yslope[y]); in R_MapLevelPlane()
690 delete[] yslope; in R_PlaneInitData()
706 yslope = new fixed_t[screen->height]; in R_PlaneInitData()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Dr_plane.c64 fixed_t yslope[SCREENHEIGHT]; variable
138 distance = cacheddistance[y] = FixedMul(planeheight, yslope[y]); in R_MapPlane()

123