Home
last modified time | relevance | path

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

/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/bot/
H A Dbot_waypoint.h61 short sYaw; member
69 node_s(void) : iFlags(0), sTriggerNr(0), sYaw(-1), sCost(10) { }; in node_s()
73 sYaw(y), in v_origin()
135 void SetWPYaw(node_s *wp, short sYaw) { wp->sYaw = sYaw; }; in SetWPYaw() argument
H A Dbot_waypoint.cpp336 bfp->write(&p->Entry->sYaw, sizeof(p->Entry->sYaw)); // Write target yaw in SaveWaypoints()
611 if (nearestwp->sYaw != -1) in Think()
612 AddScreenText("yaw %d", nearestwp->sYaw); in Think()
722 if (pNearest->sYaw != -1) in DrawNearWaypoints()
724 vec angles(0, pNearest->sYaw, 0); in DrawNearWaypoints()
2292 if (m_pCurrentWaypoint->pNode->sYaw != -1) in HeadToWaypoint()
2295 m_pMyEnt->yaw = m_pMyEnt->targetyaw = m_pCurrentWaypoint->pNode->sYaw; in HeadToWaypoint()
/dports/games/stuntrally/stuntrally-2.6.1/source/editor/
H A DUpdate_Frame.cpp35 static Radian sYaw(0), sPth(0); in processMouse() local
65 sYaw += (inYaw - sYaw) * fSmooth; in processMouse()
69 mCamera->yaw( sYaw ); in processMouse()
/dports/games/flightgear/flightgear-2020.3.11/src/Instrumentation/HUD/
H A DHUD_runway.cxx96 sYaw = sin(yaw), cYaw = cos(yaw); in draw() local
111 xy[0][0] = cYaw, xy[1][0] = 0.0f, xy[2][0] = -sYaw, xy[3][0] = 0.0f; in draw()
112 xy[0][1] = sPitch*-sYaw, xy[1][1] = cPitch, xy[2][1] = -sPitch*cYaw, xy[3][1] = 0.0f; in draw()
113 xy[0][2] = cPitch*sYaw, xy[1][2] = sPitch, xy[2][2] = cPitch*cYaw, xy[3][2] = 0.0f; in draw()
/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/
H A DFollowCamera.cpp610 sYaw =vs[1], sPitch =vs[2], sDist =vs[3], sHeight=vs[4], sSpeed =vs[5], sOffset=vs[6], in updFmtTxt() local
615 …sType+": %d %s "+sYaw+":%5.1f "+sPitch+":%5.1f "+sDist+":%5.1f "+sHeight+": %3.1f "+sSpeed+": … in updFmtTxt()
617 sMiddle+": "+sreset+" "+sYaw+" "+sshift+": "+sSpeed+" | "+sWheel+": "+sDist; // | S: save" in updFmtTxt()
619 …sType+": %d %s "+sYaw+":%5.1f "+sPitch+":%5.1f "+sDist+":%5.1f "+sHeight+": %3.1f "+sSpeed+": … in updFmtTxt()
627 …sType+": %d %s "+sYaw+":%5.1f "+sPitch+":%5.1f "+sDist+":%5.1f "+sPos+": %3.1f %3.1f %3.1f "+s… in updFmtTxt()