Home
last modified time | relevance | path

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

/dports/devel/bullet/bullet3-3.21/examples/ForkLift/
H A DForkLiftDemo.cpp502 …btVector3 connectionPointCS0(CUBE_HALF_EXTENTS - (0.3 * wheelWidth), connectionHeight, 2 * CUBE_HA… in initPhysics() local
504 …m_vehicle->addWheel(connectionPointCS0, wheelDirectionCS0, wheelAxleCS, suspensionRestLength, whee… in initPhysics()
505connectionPointCS0 = btVector3(-CUBE_HALF_EXTENTS + (0.3 * wheelWidth), connectionHeight, 2 * CUBE… in initPhysics()
507 …m_vehicle->addWheel(connectionPointCS0, wheelDirectionCS0, wheelAxleCS, suspensionRestLength, whee… in initPhysics()
508connectionPointCS0 = btVector3(-CUBE_HALF_EXTENTS + (0.3 * wheelWidth), connectionHeight, -2 * CUB… in initPhysics()
510 …m_vehicle->addWheel(connectionPointCS0, wheelDirectionCS0, wheelAxleCS, suspensionRestLength, whee… in initPhysics()
511connectionPointCS0 = btVector3(CUBE_HALF_EXTENTS - (0.3 * wheelWidth), connectionHeight, -2 * CUBE… in initPhysics()
512 …m_vehicle->addWheel(connectionPointCS0, wheelDirectionCS0, wheelAxleCS, suspensionRestLength, whee… in initPhysics()
/dports/devel/py-bullet3/bullet3-3.21/examples/ForkLift/
H A DForkLiftDemo.cpp502 …btVector3 connectionPointCS0(CUBE_HALF_EXTENTS - (0.3 * wheelWidth), connectionHeight, 2 * CUBE_HA… in initPhysics() local
504 …m_vehicle->addWheel(connectionPointCS0, wheelDirectionCS0, wheelAxleCS, suspensionRestLength, whee… in initPhysics()
505connectionPointCS0 = btVector3(-CUBE_HALF_EXTENTS + (0.3 * wheelWidth), connectionHeight, 2 * CUBE… in initPhysics()
507 …m_vehicle->addWheel(connectionPointCS0, wheelDirectionCS0, wheelAxleCS, suspensionRestLength, whee… in initPhysics()
508connectionPointCS0 = btVector3(-CUBE_HALF_EXTENTS + (0.3 * wheelWidth), connectionHeight, -2 * CUB… in initPhysics()
510 …m_vehicle->addWheel(connectionPointCS0, wheelDirectionCS0, wheelAxleCS, suspensionRestLength, whee… in initPhysics()
511connectionPointCS0 = btVector3(CUBE_HALF_EXTENTS - (0.3 * wheelWidth), connectionHeight, -2 * CUBE… in initPhysics()
512 …m_vehicle->addWheel(connectionPointCS0, wheelDirectionCS0, wheelAxleCS, suspensionRestLength, whee… in initPhysics()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Physics/
H A DRaycastVehicle.cpp239 btVector3 connectionPointCS0(connectionPoint.x_, connectionPoint.y_, connectionPoint.z_); in ApplyAttributes() local
242 btWheelInfo& wheel = vehicle->addWheel(connectionPointCS0, in ApplyAttributes()
376 btVector3 connectionPointCS0(connectionPoint.x_, connectionPoint.y_, connectionPoint.z_); in AddWheel() local
379 btWheelInfo& wheel = vehicle->addWheel(connectionPointCS0, in AddWheel()
/dports/devel/bullet/bullet3-3.21/src/BulletDynamics/Vehicle/
H A DbtRaycastVehicle.h107 …btWheelInfo& addWheel(const btVector3& connectionPointCS0, const btVector3& wheelDirectionCS0, con…
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletDynamics/Vehicle/
H A DbtRaycastVehicle.h107 …btWheelInfo& addWheel(const btVector3& connectionPointCS0, const btVector3& wheelDirectionCS0, con…
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/BulletDynamics/Vehicle/
H A DbtRaycastVehicle.h117 …btWheelInfo& addWheel( const btVector3& connectionPointCS0, const btVector3& wheelDirectionCS0,con…
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletDynamics/Vehicle/
H A DbtRaycastVehicle.h115 …btWheelInfo& addWheel( const btVector3& connectionPointCS0, const btVector3& wheelDirectionCS0,con…
/dports/devel/py-bullet3/bullet3-3.21/src/BulletDynamics/Vehicle/
H A DbtRaycastVehicle.h107 …btWheelInfo& addWheel(const btVector3& connectionPointCS0, const btVector3& wheelDirectionCS0, con…
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletDynamics/Vehicle/
H A DbtRaycastVehicle.h117 …btWheelInfo& addWheel( const btVector3& connectionPointCS0, const btVector3& wheelDirectionCS0,con…
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletDynamics/Vehicle/
H A DbtRaycastVehicle.h107 …btWheelInfo& addWheel(const btVector3& connectionPointCS0, const btVector3& wheelDirectionCS0, con…
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletDynamics/Vehicle/
H A DbtRaycastVehicle.h117 …btWheelInfo& addWheel( const btVector3& connectionPointCS0, const btVector3& wheelDirectionCS0,con…
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletDynamics/Vehicle/
H A DbtRaycastVehicle.h107 …btWheelInfo& addWheel(const btVector3& connectionPointCS0, const btVector3& wheelDirectionCS0, con…
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletDynamics/Vehicle/
H A DbtRaycastVehicle.h117 …btWheelInfo& addWheel( const btVector3& connectionPointCS0, const btVector3& wheelDirectionCS0,con…
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/physics/
H A DbtKart.hpp158 btWheelInfo& addWheel(const btVector3& connectionPointCS0,