Home
last modified time | relevance | path

Searched refs:linearInterp (Results 1 – 25 of 44) sorted by relevance

12

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pegasus/neighborhood/mars/
H A Dspacechase3d.h76 void linearInterp(const Point3D &pt1, const Point3D &pt2, const float t, Point3D &pt3);
77 void linearInterp(const Point3D &pt1, const float x2, const float y2, const float z2, const float t…
78 void linearInterp(const float x1, const float y1, const float z1, const Point3D &pt2, const float t…
79 void linearInterp(const float x1, const float y1, const float z1, const float x2,
82 void linearInterp(const Common::Point &pt1, const Common::Point &pt2, const float t, Common::Point …
83 void linearInterp(const Common::Point &pt1, const float h2, const float v2, const float t, Common::…
84 void linearInterp(const float h1, const float v1, const Common::Point &pt2, const float t, Common::…
85 void linearInterp(const float h1, const float v1, const float h2, const float v2, const float t, Co…
87 float linearInterp(const float arg1, const float arg2, const float t);
H A Dspacechase3d.cpp41 void linearInterp(const Point3D &pt1, const Point3D &pt2, const float t, Point3D &pt3) { in linearInterp() function
47 void linearInterp(const Point3D &pt1, const float x2, const float y2, const float z2, const float t… in linearInterp() function
53 void linearInterp(const float x1, const float y1, const float z1, const Point3D &pt2, const float t… in linearInterp() function
59 void linearInterp(const float x1, const float y1, const float z1, const float x2, const float y2, c… in linearInterp() function
66 void linearInterp(const Common::Point &pt1, const Common::Point &pt2, const float t, Common::Point … in linearInterp() function
71 void linearInterp(const Common::Point &pt1, const float h2, const float v2, const float t, Common::… in linearInterp() function
76 void linearInterp(const float h1, const float v1, const Common::Point &pt2, const float t, Common::… in linearInterp() function
81 void linearInterp(const float h1, const float v1, const float h2, const float v2, const float t, Co… in linearInterp() function
86 float linearInterp(const float arg1, const float arg2, const float t) { in linearInterp() function
H A Dspacejunk.cpp100 pt.x = linearInterp(0, _bounceTime, time, _bounceStart.x, _bounceStop.x); in useIdleTime()
101 pt.y = linearInterp(0, _bounceTime, time, _bounceStart.y, _bounceStop.y); in useIdleTime()
102 CoordType size = linearInterp(0, _bounceTime, time, _bounceSizeStart, _bounceSizeStop); in useIdleTime()
114 linearInterp(_launchPoint, kJunkXTarget, kJunkYTarget, kJunkZTarget, t, _junkPosition); in useIdleTime()
H A Denergybeam.cpp52 byte red = linearInterp(0, kEnergyBeamTime, _lastTime, kBeamColorRed1, kBeamColorRed2); in draw()
59 linearInterp(_weaponOrigin, _weaponTarget, _weaponTime - 0.1, startPoint); in draw()
H A Dshuttleweapon.cpp72 linearInterp(_weaponOrigin, _weaponTarget, _weaponTime, _weaponLocation); in updateWeaponPosition()
/dports/games/scummvm/scummvm-2.5.1/engines/pegasus/neighborhood/mars/
H A Dspacechase3d.h76 void linearInterp(const Point3D &pt1, const Point3D &pt2, const float t, Point3D &pt3);
77 void linearInterp(const Point3D &pt1, const float x2, const float y2, const float z2, const float t…
78 void linearInterp(const float x1, const float y1, const float z1, const Point3D &pt2, const float t…
79 void linearInterp(const float x1, const float y1, const float z1, const float x2,
82 void linearInterp(const Common::Point &pt1, const Common::Point &pt2, const float t, Common::Point …
83 void linearInterp(const Common::Point &pt1, const float h2, const float v2, const float t, Common::…
84 void linearInterp(const float h1, const float v1, const Common::Point &pt2, const float t, Common::…
85 void linearInterp(const float h1, const float v1, const float h2, const float v2, const float t, Co…
87 float linearInterp(const float arg1, const float arg2, const float t);
H A Dspacechase3d.cpp41 void linearInterp(const Point3D &pt1, const Point3D &pt2, const float t, Point3D &pt3) { in linearInterp() function
47 void linearInterp(const Point3D &pt1, const float x2, const float y2, const float z2, const float t… in linearInterp() function
53 void linearInterp(const float x1, const float y1, const float z1, const Point3D &pt2, const float t… in linearInterp() function
59 void linearInterp(const float x1, const float y1, const float z1, const float x2, const float y2, c… in linearInterp() function
66 void linearInterp(const Common::Point &pt1, const Common::Point &pt2, const float t, Common::Point … in linearInterp() function
71 void linearInterp(const Common::Point &pt1, const float h2, const float v2, const float t, Common::… in linearInterp() function
76 void linearInterp(const float h1, const float v1, const Common::Point &pt2, const float t, Common::… in linearInterp() function
81 void linearInterp(const float h1, const float v1, const float h2, const float v2, const float t, Co… in linearInterp() function
86 float linearInterp(const float arg1, const float arg2, const float t) { in linearInterp() function
H A Dspacejunk.cpp100 pt.x = linearInterp(0, _bounceTime, time, _bounceStart.x, _bounceStop.x); in useIdleTime()
101 pt.y = linearInterp(0, _bounceTime, time, _bounceStart.y, _bounceStop.y); in useIdleTime()
102 CoordType size = linearInterp(0, _bounceTime, time, _bounceSizeStart, _bounceSizeStop); in useIdleTime()
114 linearInterp(_launchPoint, kJunkXTarget, kJunkYTarget, kJunkZTarget, t, _junkPosition); in useIdleTime()
H A Denergybeam.cpp52 byte red = linearInterp(0, kEnergyBeamTime, _lastTime, kBeamColorRed1, kBeamColorRed2); in draw()
59 linearInterp(_weaponOrigin, _weaponTarget, _weaponTime - 0.1, startPoint); in draw()
H A Dshuttleweapon.cpp72 linearInterp(_weaponOrigin, _weaponTarget, _weaponTime, _weaponLocation); in updateWeaponPosition()
/dports/finance/R-cran-fBasics/fBasics/man/
H A Dstats-interpLinear.Rd1 \name{linearInterp}
4 \alias{linearInterp}
20 linearInterp(x, y = NULL, z = NULL, gridPoints = 21,
31 for \code{linearInterp} the arguments \code{x} and \code{y} are
46 for \code{linearInterp}
58 \code{linearInterp}
80 ## linearInterp -
87 ans = linearInterp(x, y, z, gridPoints = 41)
H A Dstats-interpAkima.Rd52 the functions \code{linearInterp} and \code{krigeInterp}.
76 \code{\link{linearInterp}},
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/filter_multiscale_align/lib/Patate/Vitelotte/Utils/vgMeshRendererShaders/
H A Dfrag_linear.glsl33 vec4 linearInterp(in vec4 colors[3])
57 out_color = linearInterp(colorNodes);
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/include/cantera/numerics/
H A Dfuncs.h29 doublereal linearInterp(doublereal x, const vector_fp& xpts,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/bench/
H A DPatchBench.cpp333 PatchUtilsBench(bool linearInterp) : fLinearInterp(linearInterp) { in PatchUtilsBench() argument
334 fName.printf("patchutils_%s", linearInterp ? "linear" : "legacy"); in PatchUtilsBench()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/bench/
H A DPatchBench.cpp334 PatchUtilsBench(bool linearInterp) : fLinearInterp(linearInterp) { in PatchUtilsBench() argument
335 fName.printf("patchutils_%s", linearInterp ? "linear" : "legacy"); in PatchUtilsBench()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/numerics/
H A Dfuncs.cpp13 doublereal linearInterp(doublereal x, const vector_fp& xpts, in linearInterp() function
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pegasus/
H A Dutil.cpp66 int32 linearInterp(const int32 start1, const int32 stop1, const int32 current1, const int32 start2,… in linearInterp() function
H A Dutil.h109 int32 linearInterp(const int32 start1, const int32 stop1, const int32 current1, const int32 start2,…
/dports/games/scummvm/scummvm-2.5.1/engines/pegasus/
H A Dutil.cpp66 int32 linearInterp(const int32 start1, const int32 stop1, const int32 current1, const int32 start2,… in linearInterp() function
H A Dutil.h109 int32 linearInterp(const int32 start1, const int32 stop1, const int32 current1, const int32 start2,…
/dports/graphics/reallyslick/rss-glx_0.9.1/src/
H A DFMotion.cpp265 v0.linearInterp (offset[sz][sy][sx].p, offset[sz][sy][sx + 1].p, fx); in FMotionWarp()
266 v1.linearInterp (offset[z2][sy][sx].p, offset[z2][sy][sx + 1].p, fx); in FMotionWarp()
267 v.linearInterp (v0, v1, fz); in FMotionWarp()
/dports/finance/R-cran-fBasics/fBasics/R/
H A Dstats-interpLinear.R24 linearInterp <-
/dports/science/qmcpack/qmcpack-3.11.0/src/Particle/
H A DReptile.h224 inline Walker_t::ParticlePos_t linearInterp(RealType t) in linearInterp() function
255 new_reptile_coords.push_back(linearInterp(tau * i)); in getReptileSlicePositions()
/dports/audio/darkice/darkice-1.4/src/
H A DaflibConverter.h224 bool linearInterp; variable

12