Home
last modified time | relevance | path

Searched refs:createCapsuleShapeY (Results 1 – 24 of 24) sorted by relevance

/dports/devel/bullet/bullet3-3.21/src/BulletCollision/CollisionDispatch/
H A DbtCollisionWorldImporter.h139 virtual btCollisionShape* createCapsuleShapeY(btScalar radius, btScalar height);
H A DbtCollisionWorldImporter.cpp311 shape = createCapsuleShapeY(1, 1); in convertCollisionShape()
899 btCollisionShape* btCollisionWorldImporter::createCapsuleShapeY(btScalar radius, btScalar height) in createCapsuleShapeY() function in btCollisionWorldImporter
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletCollision/CollisionDispatch/
H A DbtCollisionWorldImporter.h139 virtual btCollisionShape* createCapsuleShapeY(btScalar radius, btScalar height);
H A DbtCollisionWorldImporter.cpp311 shape = createCapsuleShapeY(1, 1); in convertCollisionShape()
899 btCollisionShape* btCollisionWorldImporter::createCapsuleShapeY(btScalar radius, btScalar height) in createCapsuleShapeY() function in btCollisionWorldImporter
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/BulletCollision/CollisionDispatch/
H A DbtCollisionWorldImporter.h139 virtual btCollisionShape* createCapsuleShapeY(btScalar radius, btScalar height);
H A DbtCollisionWorldImporter.cpp311 shape = createCapsuleShapeY(1, 1); in convertCollisionShape()
911 btCollisionShape* btCollisionWorldImporter::createCapsuleShapeY(btScalar radius, btScalar height) in createCapsuleShapeY() function in btCollisionWorldImporter
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletCollision/CollisionDispatch/
H A DbtCollisionWorldImporter.h155 virtual btCollisionShape* createCapsuleShapeY(btScalar radius, btScalar height);
H A DbtCollisionWorldImporter.cpp330 shape = createCapsuleShapeY(1,1); in convertCollisionShape()
948 btCollisionShape* btCollisionWorldImporter::createCapsuleShapeY(btScalar radius, btScalar height) in createCapsuleShapeY() function in btCollisionWorldImporter
/dports/devel/py-bullet3/bullet3-3.21/src/BulletCollision/CollisionDispatch/
H A DbtCollisionWorldImporter.h139 virtual btCollisionShape* createCapsuleShapeY(btScalar radius, btScalar height);
H A DbtCollisionWorldImporter.cpp311 shape = createCapsuleShapeY(1, 1); in convertCollisionShape()
899 btCollisionShape* btCollisionWorldImporter::createCapsuleShapeY(btScalar radius, btScalar height) in createCapsuleShapeY() function in btCollisionWorldImporter
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletCollision/CollisionDispatch/
H A DbtCollisionWorldImporter.h155 virtual btCollisionShape* createCapsuleShapeY(btScalar radius, btScalar height);
H A DbtCollisionWorldImporter.cpp330 shape = createCapsuleShapeY(1,1); in convertCollisionShape()
948 btCollisionShape* btCollisionWorldImporter::createCapsuleShapeY(btScalar radius, btScalar height) in createCapsuleShapeY() function in btCollisionWorldImporter
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/CollisionDispatch/
H A DbtCollisionWorldImporter.h139 virtual btCollisionShape* createCapsuleShapeY(btScalar radius, btScalar height);
H A DbtCollisionWorldImporter.cpp311 shape = createCapsuleShapeY(1, 1); in convertCollisionShape()
899 btCollisionShape* btCollisionWorldImporter::createCapsuleShapeY(btScalar radius, btScalar height) in createCapsuleShapeY() function in btCollisionWorldImporter
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/CollisionDispatch/
H A DbtCollisionWorldImporter.h139 virtual btCollisionShape* createCapsuleShapeY(btScalar radius, btScalar height);
H A DbtCollisionWorldImporter.cpp311 shape = createCapsuleShapeY(1, 1); in convertCollisionShape()
899 btCollisionShape* btCollisionWorldImporter::createCapsuleShapeY(btScalar radius, btScalar height) in createCapsuleShapeY() function in btCollisionWorldImporter
/dports/devel/bullet/bullet3-3.21/Extras/Serialize/ReadBulletSample/
H A DBulletDataExtractor.cpp137 … shape = createCapsuleShapeY(implicitShapeDimensions.getX(),2*implicitShapeDimensions.getY()); in convertCollisionShape()
/dports/devel/py-bullet3/bullet3-3.21/Extras/Serialize/ReadBulletSample/
H A DBulletDataExtractor.cpp137 … shape = createCapsuleShapeY(implicitShapeDimensions.getX(),2*implicitShapeDimensions.getY()); in convertCollisionShape()
/dports/devel/bullet/bullet3-3.21/Extras/Serialize/BulletWorldImporter/
H A DbtWorldImporter.h177 virtual btCollisionShape* createCapsuleShapeY(btScalar radius, btScalar height);
H A DbtWorldImporter.cpp211 shape = createCapsuleShapeY(1, 1); in convertCollisionShape()
1655 btCollisionShape* btWorldImporter::createCapsuleShapeY(btScalar radius, btScalar height) in createCapsuleShapeY() function in btWorldImporter
/dports/devel/py-bullet3/bullet3-3.21/Extras/Serialize/BulletWorldImporter/
H A DbtWorldImporter.h177 virtual btCollisionShape* createCapsuleShapeY(btScalar radius, btScalar height);
H A DbtWorldImporter.cpp211 shape = createCapsuleShapeY(1, 1); in convertCollisionShape()
1655 btCollisionShape* btWorldImporter::createCapsuleShapeY(btScalar radius, btScalar height) in createCapsuleShapeY() function in btWorldImporter
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp11317 shape = worldImporter->createCapsuleShapeY(radius, height); in processCreateRigidBodyCommand()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp11317 shape = worldImporter->createCapsuleShapeY(radius, height); in processCreateRigidBodyCommand()