Home
last modified time | relevance | path

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

/dports/games/duel/duel/src/libDazzle/
H A DEntity.h57 void SetRotVel(float in_Xrot_f, float in_Yrot_f, float in_Zrot_f);
H A DEntity.cpp135 void CEntity::SetRotVel(float in_Xrot_f, float in_Yrot_f, float in_Zrot_f) in SetRotVel() function in CEntity
/dports/games/duel/duel/src/
H A DShip.cpp132 newPart->SetRotVel(0,0,0); in FwdThrust()
406 new_part->SetRotVel(0,0,3); in FireGun()