Home
last modified time | relevance | path

Searched refs:ball2 (Results 1 – 25 of 61) sorted by relevance

123

/dports/lang/elk/elk-3.99.8/examples/scheme/
H A Dbilliard.scm602 ball2)
710 ball2))
731 ball2)
739 ball2)
776 ball2)
779 ball2)
783 ball2)
786 ball2)
791 ball2)))
1075 ball2)
[all …]
/dports/science/chrono/chrono-7.0.1/src/tests/unit_tests/distributed/
H A Dutest_DISTR_collision.cpp24 …auto ball2 = chrono_types::make_shared<ChBody>(chrono_types::make_shared<ChCollisionModelDistribut… in main() local
36 ball2->SetPos(pos2); in main()
37 ball2->GetCollisionModel()->ClearModel(); in main()
38 ball2->GetCollisionModel()->AddSphere(material, 0.15, pos2); in main()
40 ball2->GetCollisionModel()->BuildModel(); in main()
41 ball2->SetCollide(true); in main()
45 sys.AddBody(ball2); in main()
/dports/science/simlib/simlib/examples/
H A Dball2.plt2 # Model: ball2
6 #set output "ball2.ps"; set term postscript
15 plot "ball2.dat" using 1:2 title "Height", \
16 "ball2.dat" using 1:3 title "Speed", \
25 plot "ball2.dat" using 2:3
34 plot [] [-1e-9:0] "ball2.dat" using 1:2 title "Height"
H A DMakefile.generic22 ALL_MODELS= bessel centrala ctest kolo kolo2 lorenz micek ball2 \
37 ball2: ball2.cc $(SIMLIB_DEPEND)
H A DMakefile.MINGW32_NT-5.1-i68636 ALL_MODELS= bessel centrala ctest kolo kolo2 lorenz micek ball2 \
51 ball2: ball2.cc $(SIMLIB_DEPEND)
/dports/science/simlib/simlib/examples/TODO/
H A Dball3.plt5 #set output "ball2.prn"
16 plot [19.3:19.4] [] "ball2.dat" using 1:2 with linespoints title "height"
17 #plot [18:20] [] "ball2.dat" using 1:2 title "height"#, "ball2.dat" using 1:3 title "speed"
25 plot [] [-1e-9:0] "ball2.dat" using 1:2 title "height"
33 plot "ball2.dat" using 2:3
/dports/games/vavoom/vavoom-1.33/progs/common/linespec/
H A DBridge.vc41 BridgeBall ball2;
52 ball2 = BridgeBall(Spawn(BridgeBall, Origin));
53 ball2.OrbitAngle = AngleMod360(StartAngle + 120.0);
54 ball2.Target = self;
61 ball2.A_BridgeOrbit();
/dports/x11-toolkits/qml-box2d/qml-box2d-21e57f/examples/distance/
H A Ddistance.qml76 var ball2 = lightBall.createObject(screen)
77 ball2.x = 150
78 ball2.y = 50
81 joint.bodyB = ball2.body
/dports/games/frogatto/frogatto-1.3.1/modules/aritest/data/objects/
H A Dpang-ball1.cfg8 spawn('pang-ball2', x-20, y,1, [set(velocity_x, -200)]),
9 spawn('pang-ball2', x+20, y,1, [set(velocity_x, 200)]),
H A Dpang-ball2.cfg2 id: "pang-ball2",
/dports/games/xboing/xboing/
H A Dball.c1660 BALL *ball2;
1676 v.x = ball1->dx - ball2->dx;
1677 v.y = ball1->dy - ball2->dy;
1730 BALL *ball2;
1743 p.x = ball1->ballx - ball2->ballx;
1744 p.y = ball1->ballx - ball2->bally;
1745 v.x = ball1->dx - ball2->dx;
1746 v.y = ball1->dy - ball2->dy;
1756 massrate = ball1->mass / ball2->mass;
1764 ball2->dx += (int) (k * p.x);
[all …]
/dports/math/wfmath/wfmath-1.0.2/wfmath/
H A Dshape_test.h65 Ball<dim> ball1 = s.boundingSphere(), ball2 = s.boundingSphereSloppy(); in test_shape_no_rotate() local
68 assert(Contains(ball2, ball1, false)); in test_shape_no_rotate()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pdcurses-sys-0.7.0/src/PDCurses/demos/
H A Dxmas.c622 chtype ball1, ball2, ball3, ball4, ball5, ball6; in balls() local
636 ball2 = COLOR_PAIR(2) | '@'; in balls()
644 ball1 = ball2 = ball3 = ball4 = ball5 = ball6 = '@'; in balls()
647 mvwaddch(treescrn2, 3, 15, ball2); in balls()
653 mvwaddch(treescrn2, 7, 18, ball2 | A_BOLD); in balls()
659 mvwaddch(treescrn2, 11, 22, ball2); in balls()
H A Dnewdemo.c115 chtype c1, c2, c3, ball1, ball2, ball3; in BouncingBalls() local
129 ball2 = '*' | COLOR_PAIR(12); in BouncingBalls()
181 mvwaddch(win, y2, x2, ball2); in BouncingBalls()
/dports/devel/pdcurses/PDCurses-3.5/demos/
H A Dxmas.c622 chtype ball1, ball2, ball3, ball4, ball5, ball6; in balls() local
636 ball2 = COLOR_PAIR(2) | '@'; in balls()
644 ball1 = ball2 = ball3 = ball4 = ball5 = ball6 = '@'; in balls()
647 mvwaddch(treescrn2, 3, 15, ball2); in balls()
653 mvwaddch(treescrn2, 7, 18, ball2 | A_BOLD); in balls()
659 mvwaddch(treescrn2, 11, 22, ball2); in balls()
H A Dozdemo.c115 chtype c1, c2, c3, ball1, ball2, ball3; in BouncingBalls() local
129 ball2 = '*' | COLOR_PAIR(12); in BouncingBalls()
181 mvwaddch(win, y2, x2, ball2); in BouncingBalls()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pdcurses-sys-0.7.1/src/PDCurses/demos/
H A Dxmas.c622 chtype ball1, ball2, ball3, ball4, ball5, ball6;
636 ball2 = COLOR_PAIR(2) | '@';
644 ball1 = ball2 = ball3 = ball4 = ball5 = ball6 = '@';
647 mvwaddch(treescrn2, 3, 15, ball2);
653 mvwaddch(treescrn2, 7, 18, ball2 | A_BOLD);
659 mvwaddch(treescrn2, 11, 22, ball2);
H A Dnewdemo.c115 chtype c1, c2, c3, ball1, ball2, ball3; in BouncingBalls() local
129 ball2 = '*' | COLOR_PAIR(12); in BouncingBalls()
181 mvwaddch(win, y2, x2, ball2); in BouncingBalls()
/dports/devel/mingw32-pdcurses/PDCurses-3.4/demos/
H A Dxmas.c624 chtype ball1, ball2, ball3, ball4, ball5, ball6; in balls() local
638 ball2 = COLOR_PAIR(2) | '@'; in balls()
646 ball1 = ball2 = ball3 = ball4 = ball5 = ball6 = '@'; in balls()
649 mvwaddch(treescrn2, 3, 15, ball2); in balls()
655 mvwaddch(treescrn2, 7, 18, ball2 | A_BOLD); in balls()
661 mvwaddch(treescrn2, 11, 22, ball2); in balls()
H A Dnewdemo.c117 chtype c1, c2, c3, ball1, ball2, ball3; in BouncingBalls() local
131 ball2 = '*' | COLOR_PAIR(12); in BouncingBalls()
183 mvwaddch(win, y2, x2, ball2); in BouncingBalls()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/fullpipe/scenes/
H A Dscene06.cpp512 StaticANIObject *ball2 = new StaticANIObject(ball); in scene06_initScene() local
514 ball2->hide(); in scene06_initScene()
515 ball2->_statics = ball2->getStaticsById(ST_NBL_NORM); in scene06_initScene()
517 sc->addStaticANIObject(ball2, 1); in scene06_initScene()
519 g_vars->scene06_balls.push_back(ball2); in scene06_initScene()
/dports/games/scummvm/scummvm-2.5.1/engines/ngi/fullpipe/
H A Dscene06.cpp514 StaticANIObject *ball2 = new StaticANIObject(ball); in scene06_initScene() local
516 ball2->hide(); in scene06_initScene()
517 ball2->_statics = ball2->getStaticsById(ST_NBL_NORM); in scene06_initScene()
519 sc->addStaticANIObject(ball2, 1); in scene06_initScene()
521 g_vars->scene06_balls.push_back(ball2); in scene06_initScene()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Simulation/Test/
H A DtestContactGeometry.cpp259 OpenSim::ContactGeometry *ball1, *ball2; in testBallToBallContact() local
267 ball2 = new ContactMesh(mesh_files[0], Vec3(0), Vec3(0), ball, "ball2"); in testBallToBallContact()
269 ball2 = new ContactSphere(radius, Vec3(0), ball, "ball2"); in testBallToBallContact()
272 osimModel->addContactGeometry(ball2); in testBallToBallContact()
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_export.py274 ball2 = tarfile.open(None, "r", target)
275 self.addCleanup(ball2.close)
276 self.assertEqual(["bar/a"], ball2.getnames())
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Da_action.c423 mobj_t *ball1, *ball2, *ball3; in A_BridgeInit() local
439 ball2 = P_SpawnMobj(cx, cy, cz, MT_BRIDGEBALL); in A_BridgeInit()
440 ball2->args[0] = (startangle + 85) & 255; in A_BridgeInit()
441 ball2->target = actor; in A_BridgeInit()
448 A_BridgeOrbit(ball2); in A_BridgeInit()

123