Home
last modified time | relevance | path

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

/dports/games/alephone/alephone-release-20190331/Source_Files/RenderMain/
H A DOGL_Model_Def.h105 float XRot, YRot, ZRot; // In degrees variable
127 Scale(1), XRot(0), YRot(0), ZRot(0), XShift(0), YShift(0), ZShift(0), Sidedness(1), in OGL_ModelData()
H A DOGL_Setup.h347 float XRot, YRot, ZRot; // In degrees variable
368 Scale(1), XRot(0), YRot(0), ZRot(0), XShift(0), YShift(0), ZShift(0), Sidedness(1), in OGL_ModelData()
H A DOGL_Model_Def.cpp462 Angle = (float)Degree2Radian*YRot; in Load()
690 root.read_attr("y_rot", def.YRot); in parse_mml_opengl_model()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/comafx/
H A DVectorCtl.cpp210 void CVectorCtl::RotateByXandY (double XRot, double YRot) in RotateByXandY() argument
213 if (XRot == 0.0 && YRot == 0.0) { in RotateByXandY()
219 cy = cos(YRot), in RotateByXandY()
220 sy = sin(YRot), in RotateByXandY()
H A DVectorCtl.h173 void RotateByXandY (double XRot, double YRot);
/dports/games/duel/duel/src/
H A DBase.cpp33 SetRotation(XRot(), YRot(), zr_f+0.25); in Update()
H A DdoAI.cpp354 glRotatef(target->YRot(), 0, 1, 0); in Fight()
486 glRotatef(YRot(), 0, 1, 0); in Avoid()
/dports/games/duel/duel/src/libDazzle/
H A DEntity.h68 float YRot(void);
H A DEntity.cpp89 float CEntity::YRot(void) in YRot() function in CEntity
H A DEntityCollision.cpp84 glRotatef(-in_Entity->YRot(), 0, 1, 0); in BSMeshCollision()
H A DModelEntity.cpp143 glRotatef(this->YRot(), 0,1,0); in GenerateShadowVolume()
/dports/cad/leocad/leocad-21.06/common/
H A Dcamera.cpp895 …lcMatrix44 YRot(lcVector4(Z[0], Z[1], 0.0f, 0.0f), lcVector4(-Z[1], Z[0], 0.0f, 0.0f), lcVector4(0… in Orbit() local
896 …transform = lcMul(lcMul(lcMul(lcMatrix44AffineInverse(YRot), lcMatrix44RotationY(DistanceY)), YRot in Orbit()
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/src/
H A DAMF_File.cpp1779 CQuat YRot = CQuat(jt->rY*d2r, Vec3D(0,1,0)); in RenderConstellation() local
1781 CQuat ThisRot = ZRot*YRot*XRot; //rotation (by X then Y then Z) in RenderConstellation()