Home
last modified time | relevance | path

Searched refs:wy (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-3.3/build/demos/kpaddemo/src/
Dsample.c205 s32 vx,vy, wx,wy, fy ; in move_cursor() local
226 fy = ( wy = ep->y - csr_y ) * vy ; // Prepare to calculate dot product in move_cursor()
227 wy *= wy ; // Prepare to calculate distance in move_cursor()
235 w = wx * wx + wy ; in move_cursor()
Dmpls.c204 s32 vx,vy, wx,wy, fy ; in move_cursor() local
225 fy = ( wy = ep->y - csr_y ) * vy ; // Prepare to calculate dot product in move_cursor()
226 wy *= wy ; // Prepare to calculate distance in move_cursor()
234 w = wx * wx + wy ; in move_cursor()
/RvlSDK-3.3/build/libraries/mtx/src/
Dmtx.c2141 f32 s,xs,ys,zs,wx,wy,wz,xx,xy,xz,yy,yz,zz; in C_MTXQuat() local
2152 wx = q->w * xs; wy = q->w * ys; wz = q->w * zs; in C_MTXQuat()
2159 m[0][2] = xz + wy; in C_MTXQuat()
2167 m[2][0] = xz - wy; in C_MTXQuat()