/dports/math/libmesh/libmesh-1.6.2/contrib/tecplot/tecio/examples/text/ |
H A D | text.cpp | 31 double ZPos = 0.0; /* N/A for 2D text */ in main() local 86 &ZPos, in main()
|
/dports/math/libmesh/libmesh-1.6.2/contrib/tecplot/tecio/examples/squares/ |
H A D | squares.cpp | 30 double ZPos = 0.0; /* N/A for squares */ in main() local 92 &ZPos, in main()
|
/dports/math/libmesh/libmesh-1.6.2/contrib/tecplot/tecio/include/ |
H A D | TECXXX.h | 200 double *ZPos, 320 double *ZPos, 437 double *ZPos, 542 double *ZPos, 634 double *ZPos,
|
/dports/math/libmesh/libmesh-1.6.2/contrib/tecplot/binary/include/ |
H A D | TECXXX.h | 196 double *ZPos, 316 double *ZPos, 433 double *ZPos, 538 double *ZPos, 630 double *ZPos,
|
/dports/math/libmesh/libmesh-1.6.2/contrib/tecplot/tecio/tecsrc/ |
H A D | TECXXX.h | 200 double *ZPos, 320 double *ZPos, 437 double *ZPos, 542 double *ZPos, 634 double *ZPos,
|
H A D | tecxxx.cpp | 2896 ZPos, in TECGEO111() 2951 ZPos, in TECGEO110() 3006 ZPos, in TECGEO100() 3061 ZPos, in TECGEO() 3117 ZPos, in tecgeo112_() 3172 ZPos, in tecgeo111_() 3227 ZPos, in tecgeo110_() 3282 ZPos, in tecgeo100_() 3336 ZPos, in tecgeo_() 3604 double ZPos = 0.0; in TECTXT() local [all …]
|
/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/ |
H A D | octree.h | 154 ZPos = 4, enumerator 239 centerPos.z += ((i & ZPos) != 0) ? scale : -scale; in split()
|
H A D | dsooctree.cpp | 54 child |= objPos.z < cellCenterPos.z ? 0 : ZPos; in getChild()
|
H A D | staroctree.cpp | 69 child |= objPos.z < cellCenterPos.z ? 0 : ZPos; in getChild()
|
/dports/astro/celestia/celestia-1.6.1/src/celengine/ |
H A D | octree.h | 154 ZPos = 4, enumerator 239 centerPos.z += ((i & ZPos) != 0) ? scale : -scale; in split()
|
H A D | dsooctree.cpp | 54 child |= objPos.z < cellCenterPos.z ? 0 : ZPos; in getChild()
|
H A D | staroctree.cpp | 69 child |= objPos.z < cellCenterPos.z ? 0 : ZPos; in getChild()
|
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/ |
H A D | pr_cmds.c | 1003 int x, y, z, c, c2, xs, ys, zs, nx, ny, nz, XPos, YPos, ZPos; 1056 ZPos = 0; 1057 if (z == ZPos) 1061 ZPos = z; 1064 ZPos = ZSize-1; 1065 if (z == ZPos) 1110 if (XPos == x && YPos == y && ZPos == z) 1116 DiffZ = abs(z - ZPos);
|
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/ |
H A D | Projectile.h | 250 int ZPos; variable
|
H A D | Projectile.cpp | 75 ZPos = 0; in Projectile() 432 ZPos = FLY_HEIGHT; in Setup() 1880 return ZPos; in GetZPos()
|
/dports/graphics/megapov/megapov-1.2.1/include/ |
H A D | mechsim.inc | 3165 #local ZPos=1-4/(5+sqrt(5)); 3166 #local Rad=sqrt(1-ZPos*ZPos); 3169 #declare Icosahedron_Vtx[ Cnt]=<Rad*cos(Cnt*2*pi/5),Rad*sin(Cnt*2*pi/5),-ZPos>; 3170 #declare Icosahedron_Vtx[5+Cnt]=<Rad*cos((Cnt-7.5)*2*pi/5),Rad*sin((Cnt-7.5)*2*pi/5),ZPos>;
|