Searched refs:dirY (Results 1 – 2 of 2) 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;
33 float posX, float posY, float dirX, float dirY, float scale) { in make_rsxform() argument35 const float c = -dirY * scale; in make_rsxform()