Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dp_polyobj.c1486 FUNCINLINE static ATTRINLINE void Polyobj_componentSpeed(INT32 resVel, INT32 angle, in Polyobj_componentSpeed() function
1561 Polyobj_componentSpeed(th->speed, th->angle, &th->momx, &th->momy); in T_PolyObjMove()
1778 Polyobj_componentSpeed(th->speed, th->angle, &th->momx, &th->momy); in T_PolyDoorSlide()
1800 Polyobj_componentSpeed(th->speed, th->angle, in T_PolyDoorSlide()
1810 Polyobj_componentSpeed(th->speed, th->angle, in T_PolyDoorSlide()
2098 Polyobj_componentSpeed(th->speed, th->angle, &th->momx, &th->momy); in EV_DoPolyObjMove()
2213 Polyobj_componentSpeed(th->speed, th->angle, &th->momx, &th->momy); in Polyobj_doSlideDoor()
2421 Polyobj_componentSpeed(sine, th->angle, &vec.x, &vec.y); in T_PolyObjFlag()