Home
last modified time | relevance | path

Searched refs:raydir (Results 76 – 100 of 131) sorted by relevance

123456

/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/mruby/benchmark/
H A Dbm_ao_render.rb236 raydir = Vec.new(rx, ry, rz)
237 ray = Ray.new(p0, raydir)
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/third-party/mruby/benchmark/
H A Dbm_ao_render.rb236 raydir = Vec.new(rx, ry, rz)
237 ray = Ray.new(p0, raydir)
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/third-party/mruby/benchmark/
H A Dbm_ao_render.rb236 raydir = Vec.new(rx, ry, rz)
237 ray = Ray.new(p0, raydir)
/dports/www/libnghttp2/nghttp2-1.46.0/third-party/mruby/benchmark/
H A Dbm_ao_render.rb236 raydir = Vec.new(rx, ry, rz)
237 ray = Ray.new(p0, raydir)
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/third-party/mruby/benchmark/
H A Dbm_ao_render.rb236 raydir = Vec.new(rx, ry, rz)
237 ray = Ray.new(p0, raydir)
/dports/www/h2o-devel/h2o-dcc7134/deps/mruby/benchmark/
H A Dbm_ao_render.rb236 raydir = Vec.new(rx, ry, rz)
237 ray = Ray.new(p0, raydir)
/dports/www/nghttp2/nghttp2-1.46.0/third-party/mruby/benchmark/
H A Dbm_ao_render.rb236 raydir = Vec.new(rx, ry, rz)
237 ray = Ray.new(p0, raydir)
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/
H A Dboxm2_util.cxx782 vgl_vector_3d<double> raydir = ray.direction(); in get_raydirs_tfinal() local
783 (*tdirimg)(i,j,0) = float(raydir.x()); in get_raydirs_tfinal()
784 (*tdirimg)(i,j,1) = float(raydir.y()); in get_raydirs_tfinal()
785 (*tdirimg)(i,j,2) = float(raydir.z()); in get_raydirs_tfinal()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A Dsquared_distance_2_1.h423 const Vector_2 &raydir = ray.direction().vector(); in squared_distance() local
432 c1s = wcross(raydir, startvec, k); in squared_distance()
433 c1e = wcross(raydir, endvec, k); in squared_distance()
447 crossing2 = right_turn(construct_vector(seg.source(), seg.target()), raydir, k); in squared_distance()
450 crossing2 = left_turn(construct_vector(seg.source(), seg.target()), raydir, k); in squared_distance()
/dports/games/stuntrally/stuntrally-2.6.1/source/vdrift/
H A Dcardynamics_simulate.cpp285 MATHVECTOR<float,3> raydir = GetDownVector(); in InterpolateWheelContacts() local
289 raystart = raystart - raydir * wheel[i].GetRadius(); in InterpolateWheelContacts()
290 GetWheelContact(WHEEL_POSITION(i)).CastRay(raystart, raydir, gPar.raylen); in InterpolateWheelContacts()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dtermpt.c123 doublereal raydir[3], rayvtx[3], result[2006], srfvec[3], ssbtrg[3], in termpt_() local
3171 vminus_(edir, raydir); in termpt_()
3173 zzraysfx_(rayvtx, raydir, &trgepc, pntbuf, &fnd); in termpt_()
H A Dlimbpt.c125 doublereal raydir[3], rayvtx[3], result[2006], smajor[3], sminor[3], in limbpt_() local
3319 vminus_(edir, raydir); in limbpt_()
3320 zzraysfx_(rayvtx, raydir, &trgepc, pntbuf, &fnd); in limbpt_()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dtermpt.c123 doublereal raydir[3], rayvtx[3], result[2006], srfvec[3], ssbtrg[3], in termpt_() local
3171 vminus_(edir, raydir); in termpt_()
3173 zzraysfx_(rayvtx, raydir, &trgepc, pntbuf, &fnd); in termpt_()
H A Dlimbpt.c125 doublereal raydir[3], rayvtx[3], result[2006], smajor[3], sminor[3], in limbpt_() local
3319 vminus_(edir, raydir); in limbpt_()
3320 zzraysfx_(rayvtx, raydir, &trgepc, pntbuf, &fnd); in limbpt_()
/dports/graphics/povray37/povray-3.7.0.10/source/backend/support/
H A Dbsptree.cpp99 Vector3d raydir(ray.GetDirection()); in operator ()() local
100 Vector3d invraydir(Vector3d(1.0) / raydir); in operator ()()
122 if((rayorigin[axis] > plane) || ((rdist == 0.0f) && (raydir[axis] < 0))) in operator ()()
/dports/devel/bullet/bullet3-3.21/src/Bullet3Collision/BroadPhaseCollision/
H A Db3DynamicBvh.cpp1072 b3AlignedObjectArray<b3Vector3> raydir; in benchmark() local
1075 raydir.resize(cfgBenchmark7_Iterations); in benchmark()
1079 raydir[i] = b3DbvtBenchmark::RandVector3(cfgVolumeCenterScale * 2); in benchmark()
1089 b3DynamicBvh::rayTest(dbvt.m_root, rayorg[j], rayorg[j] + raydir[j], policy); in benchmark()
/dports/devel/bullet/bullet3-3.21/src/BulletCollision/BroadphaseCollision/
H A DbtDbvt.cpp1077 btAlignedObjectArray<btVector3> raydir; in benchmark() local
1080 raydir.resize(cfgBenchmark7_Iterations); in benchmark()
1084 raydir[i] = btDbvtBenchmark::RandVector3(cfgVolumeCenterScale * 2); in benchmark()
1094 btDbvt::rayTest(dbvt.m_root, rayorg[j], rayorg[j] + raydir[j], policy); in benchmark()
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletCollision/BroadphaseCollision/
H A DbtDbvt.cpp1077 btAlignedObjectArray<btVector3> raydir; in benchmark() local
1080 raydir.resize(cfgBenchmark7_Iterations); in benchmark()
1084 raydir[i] = btDbvtBenchmark::RandVector3(cfgVolumeCenterScale * 2); in benchmark()
1094 btDbvt::rayTest(dbvt.m_root, rayorg[j], rayorg[j] + raydir[j], policy); in benchmark()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/BulletCollision/BroadphaseCollision/
H A DbtDbvt.cpp1015 btAlignedObjectArray<btVector3> raydir; in benchmark() local
1018 raydir.resize(cfgBenchmark7_Iterations); in benchmark()
1022 raydir[i]=btDbvtBenchmark::RandVector3(cfgVolumeCenterScale*2); in benchmark()
1032 btDbvt::rayTest(dbvt.m_root,rayorg[j],rayorg[j]+raydir[j],policy); in benchmark()
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletCollision/BroadphaseCollision/
H A DbtDbvt.cpp1015 btAlignedObjectArray<btVector3> raydir; in benchmark() local
1018 raydir.resize(cfgBenchmark7_Iterations); in benchmark()
1022 raydir[i]=btDbvtBenchmark::RandVector3(cfgVolumeCenterScale*2); in benchmark()
1032 btDbvt::rayTest(dbvt.m_root,rayorg[j],rayorg[j]+raydir[j],policy); in benchmark()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/BroadphaseCollision/
H A DbtDbvt.cpp1077 btAlignedObjectArray<btVector3> raydir; in benchmark() local
1080 raydir.resize(cfgBenchmark7_Iterations); in benchmark()
1084 raydir[i] = btDbvtBenchmark::RandVector3(cfgVolumeCenterScale * 2); in benchmark()
1094 btDbvt::rayTest(dbvt.m_root, rayorg[j], rayorg[j] + raydir[j], policy); in benchmark()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/Bullet3Collision/BroadPhaseCollision/
H A Db3DynamicBvh.cpp1072 b3AlignedObjectArray<b3Vector3> raydir; in benchmark() local
1075 raydir.resize(cfgBenchmark7_Iterations); in benchmark()
1079 raydir[i] = b3DbvtBenchmark::RandVector3(cfgVolumeCenterScale * 2); in benchmark()
1089 b3DynamicBvh::rayTest(dbvt.m_root, rayorg[j], rayorg[j] + raydir[j], policy); in benchmark()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletCollision/BroadphaseCollision/
H A DbtDbvt.cpp1017 btAlignedObjectArray<btVector3> raydir; in benchmark() local
1020 raydir.resize(cfgBenchmark7_Iterations); in benchmark()
1024 raydir[i]=btDbvtBenchmark::RandVector3(cfgVolumeCenterScale*2); in benchmark()
1034 btDbvt::rayTest(dbvt.m_root,rayorg[j],rayorg[j]+raydir[j],policy); in benchmark()
/dports/devel/py-bullet3/bullet3-3.21/src/BulletCollision/BroadphaseCollision/
H A DbtDbvt.cpp1077 btAlignedObjectArray<btVector3> raydir; in benchmark() local
1080 raydir.resize(cfgBenchmark7_Iterations); in benchmark()
1084 raydir[i] = btDbvtBenchmark::RandVector3(cfgVolumeCenterScale * 2); in benchmark()
1094 btDbvt::rayTest(dbvt.m_root, rayorg[j], rayorg[j] + raydir[j], policy); in benchmark()
/dports/devel/py-bullet3/bullet3-3.21/src/Bullet3Collision/BroadPhaseCollision/
H A Db3DynamicBvh.cpp1072 b3AlignedObjectArray<b3Vector3> raydir; in benchmark() local
1075 raydir.resize(cfgBenchmark7_Iterations); in benchmark()
1079 raydir[i] = b3DbvtBenchmark::RandVector3(cfgVolumeCenterScale * 2); in benchmark()
1089 b3DynamicBvh::rayTest(dbvt.m_root, rayorg[j], rayorg[j] + raydir[j], policy); in benchmark()

123456