Home
last modified time | relevance | path

Searched refs:ext_force (Results 1 – 4 of 4) sorted by relevance

/dports/misc/dartsim/dart-6.11.1/python/examples/biped_stand/
H A Dmain.py15 ext_force = np.zeros(3)
16 ext_force[0] = 40
20 ext_force = np.zeros(3)
21 ext_force[0] = -40
25 ext_force = np.zeros(3)
26 ext_force[2] = 40
30 ext_force = np.zeros(3)
31 ext_force[2] = -40
72 self.ext_force = np.zeros(3)
144 self.ext_force = force
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dsoftbody.c94 float ext_force[3]; /* edges colliding and sailing */ member
101 float ext_force[3]; /* faces colliding */ member
1274 bf->ext_force[0] = bf->ext_force[1] = bf->ext_force[2] = 0.0f; in scan_for_ext_face_forces()
1455 bs->ext_force[0] = bs->ext_force[1] = bs->ext_force[2] = 0.0f; in _scan_for_ext_spring_forces()
1464 add_v3_v3(bs->ext_force, feedback); in _scan_for_ext_spring_forces()
1506 madd_v3_v3fl(bs->ext_force, vel, f * (1.0f - fabsf(dot_v3v3(vel, sp)))); in _scan_for_ext_spring_forces()
1509 madd_v3_v3fl(bs->ext_force, vel, f); /* to keep compatible with 2.45 release files */ in _scan_for_ext_spring_forces()
2168 add_v3_v3(bp->force, bs->ext_force); in _softbody_calc_forces_slice_in_a_thread()
2788 zero_v3(bodyface->ext_force); in mesh_faces_to_scratch()
2789 bodyface->ext_force[0] = bodyface->ext_force[1] = bodyface->ext_force[2] = 0.0f; in mesh_faces_to_scratch()
/dports/games/flightgear/flightgear-2020.3.11/src/AIModel/
H A Dsubmodel.hxx73 bool ext_force; member
H A Dsubmodel.cxx298 ballist->setExternalForce(sm->ext_force); in release()
542 sm->ext_force = entry_node->getBoolValue("external-force", false); in setData()