Home
last modified time | relevance | path

Searched refs:vDelta (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.3/build/demos/gxdemo/src/Geometry/
Dgeo-particle.c127 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.3/build/demos/gxdemo/src/G2D/
DG2D-test.c46 static void SendParticleLine ( Vec *vPoint1, Vec *vDelta, u8 colorIndex );