Home
last modified time | relevance | path

Searched refs:set_xyz (Results 1 – 19 of 19) sorted by relevance

/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/xray_re/
H A Dxr_matrix.h84 _matrix<T>& set_xyz(T x, T y, T z); // not XYZ, but reordered HPB (
85 _matrix<T>& set_xyz(const _vector3<T>& v);
371 _matrix<T>& _matrix<T>::set_xyz(T x, T y, T z) { return set_hpb(y, x, z); } in set_xyz() function
374 _matrix<T>& _matrix<T>::set_xyz(const _vector3<T>& v) { return set_hpb(v.y, v.x, v.z);} in set_xyz() function
/dports/games/flightgear-data/fgdata/Nasal/
H A Dlag_adjust.nas35 var ac = geo.Coord.new().set_xyz(x, y, z);
H A Dgeo.nas23 # .set_xyz(<num>, <num>, <num>)
154 set_xyz: func(x, y, z) {
382 return Coord.new().set_xyz(x, y, z);
H A Dorbital_target.nas255 coordinates.set_xyz(inertial_pos[0], inertial_pos[1], inertial_pos[2]);
H A Dmultiplayer.nas380 var ac = geo.Coord.new().set_xyz(x, y, z);
/dports/games/flightgear-data/fgdata/Nasal/canvas/map/
H A Daircraftpos.controller92 me._pos.set_xyz(x,y,z);
H A Dnavdisplay.mfd354 me._pos.set_xyz(x,y,z);
/dports/games/flightgear-aircraft/fgaircraft/bf109/Nasal/
H A Dhitcheck.nas58 …coord.set_xyz(i.getNode("position/global-x").getValue(), i.getNode("position/global-y").getValue()…
/dports/games/flightgear-aircraft/fgaircraft/f16/Nasal/
H A Dvector.nas201 me.nc.set_xyz(0,0,0); # center of earth
283 nc.set_xyz(0,0,0); # center of earth
H A Dawg_9.nas969 var SelectCoord = geo.Coord.new().set_xyz(x, y, z);
1618 me.TgTCoord.set_xyz(x, y, z);
H A Dmissile-code.nas1063 init_coord.set_xyz(pos.x, pos.y, pos.z);
1211 …me.sun.set_xyz(me.ac_init.x()+sun_x*2000000, me.ac_init.y()+sun_y*2000000, me.ac_init.z()+sun_z*20…
1803 me.coord.set_xyz(me.geodPos.x, me.geodPos.y, me.geodPos.z);
3387 me.cc.set_xyz(me.xx,me.yy,me.zz);
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/
H A Drobot_locomotors.py182 cpose.set_xyz(0, 0, 1.4)
/dports/science/py-pymol/pymol-open-source-2.4.0/layer5/
H A DPyMOL.h548 int set_xyz, float x, float y, float z,
/dports/devel/libslang2/slang-2.3.2/doc/tm/
H A Dslang.tm518 define set_xyz (x, y, z)
525 set_xyz (&X, &Y, &Z);
529 note the similarity of \exmp{set_xyz} to the following C
532 void set_xyz (int *x, int *y, int *z)
/dports/games/flightgear-data/fgdata/Aircraft/Generic/
H A Dan_spn_46.nas299 me.ara_63_position.set_xyz(x, y, z);
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/utils/converter/
H A Dlevel_tools_visuals.cxx392 xform.set_xyz(entity->rotation()); in push_ext_meshes()
/dports/games/flightgear-data/fgdata/Aircraft/ufo/
H A Dufo.nas425 me.marker = Model.new("Aircraft/ufo/Models/marker.ac", geo.Coord.new().set_xyz(0, 0, 0));
/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/afnipy/
H A Dafni_util.py4887 def set_xyz(self, xlist): member in afni_seeds
4929 self.set_xyz(xyz)
/dports/japanese/libslang/slang-1.4.5jp2/doc/tm/
H A Dslang.tm429 define set_xyz (x, y, z)
436 set_xyz (&X, &Y, &Z);
440 note the similarity of \var{set_xyz} to the following C
443 void set_xyz (int *x, int *y, int *z)