Home
last modified time | relevance | path

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

/dports/games/OpenLara/OpenLara-b4b19f2/src/
H A Dcharacter.h45 float angleExt; member
60 …ut(0), viewTarget(NULL), jointChest(-1), jointHead(-1), velocity(0.0f), angleExt(0.0f), speed(0.0f… in Character()
226 velocity.x = sinf(angleExt) * vel.z; in cmdJump()
228 velocity.z = cosf(angleExt) * vel.z; in cmdJump()
H A Dlara.h2438 …llision(this, getRoomIndex(), p, getDir() * 128.0f, vec3(0.0f), LARA_RADIUS, angleExt, 0, 0, 0, 0); in getStateAir()
3418 angleExt = angle.y; in updateVelocity()
3426 angleExt += PI; in updateVelocity()
3432 angleExt -= PI * 0.5f; in updateVelocity()
3438 angleExt += PI * 0.5f; in updateVelocity()
3472 velocity.x = sinf(angleExt) * speed; in updateVelocity()
3473 velocity.z = cosf(angleExt) * speed; in updateVelocity()
3485 vec3 v(sinf(angleExt), 0.0f, cosf(angleExt)); in updateVelocity()
3667 …collision = Collision(this, room, pos, offset, vel, radius, angleExt, minHeight, maxHeight, maxAsc… in move()
3680 …collision = Collision(this, room, p, offset, vec3(0.0f), radius, angleExt, minHeight, maxHeight, … in move()