Searched refs:wy (Results 1 – 2 of 2) sorted by relevance
| /RvlSDK-2.1/build/demos/kpaddemo/src/ |
| D | sample.c | 129 s32 vx,vy, wx,wy, fy ; in move_cursor() local 151 fy = ( wy = ep->y - csr_y ) * vy ; // Prepare to calculate inner product in move_cursor() 152 wy *= wy ; // Prepare to calculate distance in move_cursor() 160 w = wx * wx + wy ; in move_cursor()
|
| /RvlSDK-2.1/build/libraries/mtx/src/ |
| D | mtx.c | 2149 f32 s,xs,ys,zs,wx,wy,wz,xx,xy,xz,yy,yz,zz; in C_MTXQuat() local 2160 wx = q->w * xs; wy = q->w * ys; wz = q->w * zs; in C_MTXQuat() 2167 m[0][2] = xz + wy; in C_MTXQuat() 2175 m[2][0] = xz - wy; in C_MTXQuat()
|