Home
last modified time | relevance | path

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

/dports/games/vor/vor-0.5.8/
H A Dfloat.h31 fconstrain2(float f, float min, float max) in fconstrain2() function
H A Dmain.c785 ship.dx = fconstrain2(ship.dx, -50, 50); in gameloop()
786 ship.dy = fconstrain2(ship.dy, -50, 50); in gameloop()