Searched refs:vDelta (Results 1 – 2 of 2) sorted by relevance
| /RvlSDK-3.2/build/demos/gxdemo/src/Geometry/ |
| D | geo-particle.c | 127 static void SendParticleLine ( Vec *vPoint1, Vec *vDelta, u8 colorIndex ); 893 static inline void SendParticleLine( Vec *vPoint1, Vec *vDelta, u8 colorIndex ) in SendParticleLine() argument 895 GXPosition3f32(vPoint1->x - vDelta->x * 2, in SendParticleLine() 896 vPoint1->y - vDelta->y * 2, in SendParticleLine() 897 vPoint1->z - vDelta->z * 2); in SendParticleLine() 901 GXPosition3f32(vPoint1->x + vDelta->x * 2, in SendParticleLine() 902 vPoint1->y + vDelta->y * 2, in SendParticleLine() 903 vPoint1->z + vDelta->z * 2); in SendParticleLine()
|
| /RvlSDK-3.2/build/demos/gxdemo/src/G2D/ |
| D | G2D-test.c | 46 static void SendParticleLine ( Vec *vPoint1, Vec *vDelta, u8 colorIndex );
|