Searched refs:dirY (Results 1 – 3 of 3) sorted by relevance
162 let dirY = 1;170 dirY *= -1; // reverse y direction when hitting top and bottom walls174 y += dirY;202 let dirY = 1;210 dirY *= -1; // reverse y direction when hitting top and bottom walls214 y += dirY;
31 float posX, float posY, float dirX, float dirY, float scale) { in make_rsxform() argument33 const float c = -dirY * scale; in make_rsxform()
33 float posX, float posY, float dirX, float dirY, float scale) { in make_rsxform() argument35 const float c = -dirY * scale; in make_rsxform()