Home
last modified time | relevance | path

Searched refs:lastxyz (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/reallyslick/rss-glx_0.9.1/src/
H A Dfieldlines.cpp120 float lastxyz[3]; in drawfieldline() local
129 lastxyz[0] = ions[source].xyz[0]; in drawfieldline()
130 lastxyz[1] = ions[source].xyz[1]; in drawfieldline()
151 xyz[0] = lastxyz[0] + dir[0]; in drawfieldline()
152 xyz[1] = lastxyz[1] + dir[1]; in drawfieldline()
153 xyz[2] = lastxyz[2] + dir[2]; in drawfieldline()
164 glVertex3fv (lastxyz); in drawfieldline()
230 lastxyz[0] = xyz[0]; in drawfieldline()
231 lastxyz[1] = xyz[1]; in drawfieldline()
232 lastxyz[2] = xyz[2]; in drawfieldline()
[all …]
H A Dskyrocket_particle.cpp126 lastxyz[0] = xyz[0]; in initRocket()
127 lastxyz[1] = 4.0f; in initRocket()
128 lastxyz[2] = xyz[2]; in initRocket()
1359 lastxyz = xyz; in update()
1446 rsVec diff = xyz - lastxyz; in update()
1455 rsVec smkpos = lastxyz; in update()
1579 rsVec diff = xyz - lastxyz; in update()
1605 rsVec diff = xyz - lastxyz; in update()
1611 rsVec smkpos = lastxyz; in update()
1635 rsVec diff = xyz - lastxyz; in update()
[all …]
H A Dcyclone.cpp350 float xyz[3], lastxyz[3]; member in particle
390 lastxyz[0] = xyz[0]; in update()
391 lastxyz[1] = xyz[1]; in update()
392 lastxyz[2] = xyz[2]; in update()
H A Dskyrocket_particle.h45 rsVec lastxyz; // position from previous frame variable
/dports/science/teem/teem-1.11.0-src/src/ten/test/
H A Dtqgl.c83 rt_A[3], rt_B[3], trip[3], eval[3], lasteval[3], lastxyz[3], in main() local
177 ELL_3V_SET(lastxyz, AIR_NAN, AIR_NAN, AIR_NAN); in main()
196 ELL_3V_SUB(diff, lastxyz, xyz); in main()
210 ELL_3V_COPY(lastxyz, xyz); in main()