Lines Matching refs:Vec
61 Vec vPos; // position of emitter
62 Vec vLinVel; // linear velocity per tick
63 Vec vAngVel; // angular velocity per tick
79 Vec vPos; // position
80 Vec vVel; // velocity per tick
90 Vec vPos;
91 Vec vUp;
126 static void SendParticlePoint ( Vec *vPoint, u8 colorIndex );
127 static void SendParticleLine ( Vec *vPoint1, Vec *vDelta, u8 colorIndex );
329 Vec camPt = {0.0F, 0.0F, 650.0F}; in CameraInit()
330 Vec up = {0.0F, 1.0F, 0.0F}; in CameraInit()
354 Vec vVertical; in CameraUpdate()
355 Vec vHorizontal; in CameraUpdate()
680 Vec vDest; in TextureParticleEmit()
885 static inline void SendParticlePoint( Vec *vPoint, u8 colorIndex ) in SendParticlePoint()
893 static inline void SendParticleLine( Vec *vPoint1, Vec *vDelta, u8 colorIndex ) in SendParticleLine()
909 static inline void SendTexturePoint( Vec *vPoint, f32 s, f32 t ) in SendTexturePoint()
1119 Vec vVertical; in EmitterUpdate()
1120 Vec vHorizontal; in EmitterUpdate()