Home
last modified time | relevance | path

Searched refs:localScaling (Results 1 – 25 of 127) sorted by relevance

123456

/dports/devel/bullet/bullet3-3.21/test/Bullet2/Source/Tests/
H A DTest_mindot.cpp40 btVector3 localScaling(0.1f, 0.2f, 0.3f); in Test_mindot() local
54 fp = (float *)localScaling; in Test_mindot()
73 correct = mindot_ref((btSimdFloat4 *)in, (float *)&localScaling, size, &correctDot); in Test_mindot()
74 test = localScaling.minDot((btVector3 *)in, size, testDot); in Test_mindot()
136 correct += mindot_ref((btSimdFloat4 *)in, (float *)&localScaling, size, &correctDot); in Test_mindot()
159 correct += mindot_ref((btSimdFloat4 *)in, (float *)&localScaling, size, &correctDot); in Test_mindot()
183 test += localScaling.minDot((btVector3 *)in, size, testDot); in Test_mindot()
206 test += localScaling.minDot((btVector3 *)in, size, testDot); in Test_mindot()
H A DTest_maxdot.cpp40 btVector3 localScaling(0.1f, 0.2f, 0.3f); in Test_maxdot() local
54 fp = (float *)localScaling; in Test_maxdot()
73 correct = maxdot_ref((btSimdFloat4 *)in, (float *)&localScaling, size, &correctDot); in Test_maxdot()
74 test = localScaling.maxDot((btVector3 *)in, size, testDot); in Test_maxdot()
145 correct += maxdot_ref((btSimdFloat4 *)in, (float *)&localScaling, size, &correctDot); in Test_maxdot()
168 correct += maxdot_ref((btSimdFloat4 *)in, (float *)&localScaling, size, &correctDot); in Test_maxdot()
192 test += localScaling.maxDot((btVector3 *)in, size, testDot); in Test_maxdot()
215 test += localScaling.maxDot((btVector3 *)in, size, testDot); in Test_maxdot()
/dports/devel/py-bullet3/bullet3-3.21/test/Bullet2/Source/Tests/
H A DTest_mindot.cpp40 btVector3 localScaling(0.1f, 0.2f, 0.3f); in Test_mindot() local
54 fp = (float *)localScaling; in Test_mindot()
73 correct = mindot_ref((btSimdFloat4 *)in, (float *)&localScaling, size, &correctDot); in Test_mindot()
74 test = localScaling.minDot((btVector3 *)in, size, testDot); in Test_mindot()
136 correct += mindot_ref((btSimdFloat4 *)in, (float *)&localScaling, size, &correctDot); in Test_mindot()
159 correct += mindot_ref((btSimdFloat4 *)in, (float *)&localScaling, size, &correctDot); in Test_mindot()
183 test += localScaling.minDot((btVector3 *)in, size, testDot); in Test_mindot()
206 test += localScaling.minDot((btVector3 *)in, size, testDot); in Test_mindot()
H A DTest_maxdot.cpp40 btVector3 localScaling(0.1f, 0.2f, 0.3f); in Test_maxdot() local
54 fp = (float *)localScaling; in Test_maxdot()
73 correct = maxdot_ref((btSimdFloat4 *)in, (float *)&localScaling, size, &correctDot); in Test_maxdot()
74 test = localScaling.maxDot((btVector3 *)in, size, testDot); in Test_maxdot()
145 correct += maxdot_ref((btSimdFloat4 *)in, (float *)&localScaling, size, &correctDot); in Test_maxdot()
168 correct += maxdot_ref((btSimdFloat4 *)in, (float *)&localScaling, size, &correctDot); in Test_maxdot()
192 test += localScaling.maxDot((btVector3 *)in, size, testDot); in Test_maxdot()
215 test += localScaling.maxDot((btVector3 *)in, size, testDot); in Test_maxdot()
/dports/devel/bullet/bullet3-3.21/src/BulletCollision/CollisionShapes/
H A DbtConvexPointCloudShape.h41 …btConvexPointCloudShape(btVector3 * points, int numPoints, const btVector3& localScaling, bool com… in ATTRIBUTE_ALIGNED16()
43 m_localScaling = localScaling; in ATTRIBUTE_ALIGNED16()
52 …r3 * points, int numPoints, bool computeAabb = true, const btVector3& localScaling = btVector3(1.f… in ATTRIBUTE_ALIGNED16()
56 m_localScaling = localScaling; in ATTRIBUTE_ALIGNED16()
H A DbtScaledBvhTriangleMeshShape.cpp18 …pe::btScaledBvhTriangleMeshShape(btBvhTriangleMeshShape* childShape, const btVector3& localScaling) in btScaledBvhTriangleMeshShape() argument
19 : m_localScaling(localScaling), m_bvhTriMeshShape(childShape) in btScaledBvhTriangleMeshShape()
35 btScaledTriangleCallback(btTriangleCallback* originalCallback, const btVector3& localScaling) in btScaledTriangleCallback() argument
37 m_localScaling(localScaling) in btScaledTriangleCallback()
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletCollision/CollisionShapes/
H A DbtConvexPointCloudShape.h41 …btConvexPointCloudShape(btVector3 * points, int numPoints, const btVector3& localScaling, bool com… in ATTRIBUTE_ALIGNED16()
43 m_localScaling = localScaling; in ATTRIBUTE_ALIGNED16()
52 …r3 * points, int numPoints, bool computeAabb = true, const btVector3& localScaling = btVector3(1.f… in ATTRIBUTE_ALIGNED16()
56 m_localScaling = localScaling; in ATTRIBUTE_ALIGNED16()
H A DbtScaledBvhTriangleMeshShape.cpp18 …pe::btScaledBvhTriangleMeshShape(btBvhTriangleMeshShape* childShape, const btVector3& localScaling) in btScaledBvhTriangleMeshShape() argument
19 : m_localScaling(localScaling), m_bvhTriMeshShape(childShape) in btScaledBvhTriangleMeshShape()
35 btScaledTriangleCallback(btTriangleCallback* originalCallback, const btVector3& localScaling) in btScaledTriangleCallback() argument
37 m_localScaling(localScaling) in btScaledTriangleCallback()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/BulletCollision/CollisionShapes/
H A DbtConvexPointCloudShape.h40 …btConvexPointCloudShape(btVector3* points,int numPoints, const btVector3& localScaling,bool comput… in ATTRIBUTE_ALIGNED16()
42 m_localScaling = localScaling; in ATTRIBUTE_ALIGNED16()
51 …tor3* points, int numPoints, bool computeAabb = true,const btVector3& localScaling=btVector3(1.f,1… in ATTRIBUTE_ALIGNED16()
55 m_localScaling = localScaling; in ATTRIBUTE_ALIGNED16()
H A DbtScaledBvhTriangleMeshShape.cpp19 …ape::btScaledBvhTriangleMeshShape(btBvhTriangleMeshShape* childShape,const btVector3& localScaling) in btScaledBvhTriangleMeshShape() argument
20 :m_localScaling(localScaling),m_bvhTriMeshShape(childShape) in btScaledBvhTriangleMeshShape()
38 btScaledTriangleCallback(btTriangleCallback* originalCallback,const btVector3& localScaling) in btScaledTriangleCallback() argument
40 m_localScaling(localScaling) in btScaledTriangleCallback()
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletCollision/CollisionShapes/
H A DbtConvexPointCloudShape.h40 …btConvexPointCloudShape(btVector3* points,int numPoints, const btVector3& localScaling,bool comput… in ATTRIBUTE_ALIGNED16()
42 m_localScaling = localScaling; in ATTRIBUTE_ALIGNED16()
51 …tor3* points, int numPoints, bool computeAabb = true,const btVector3& localScaling=btVector3(1.f,1… in ATTRIBUTE_ALIGNED16()
55 m_localScaling = localScaling; in ATTRIBUTE_ALIGNED16()
H A DbtScaledBvhTriangleMeshShape.cpp19 …ape::btScaledBvhTriangleMeshShape(btBvhTriangleMeshShape* childShape,const btVector3& localScaling) in btScaledBvhTriangleMeshShape() argument
20 :m_localScaling(localScaling),m_bvhTriMeshShape(childShape) in btScaledBvhTriangleMeshShape()
38 btScaledTriangleCallback(btTriangleCallback* originalCallback,const btVector3& localScaling) in btScaledTriangleCallback() argument
40 m_localScaling(localScaling) in btScaledTriangleCallback()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/CollisionShapes/
H A DbtConvexPointCloudShape.h41 …btConvexPointCloudShape(btVector3 * points, int numPoints, const btVector3& localScaling, bool com… in ATTRIBUTE_ALIGNED16()
43 m_localScaling = localScaling; in ATTRIBUTE_ALIGNED16()
52 …r3 * points, int numPoints, bool computeAabb = true, const btVector3& localScaling = btVector3(1.f… in ATTRIBUTE_ALIGNED16()
56 m_localScaling = localScaling; in ATTRIBUTE_ALIGNED16()
H A DbtScaledBvhTriangleMeshShape.cpp18 …pe::btScaledBvhTriangleMeshShape(btBvhTriangleMeshShape* childShape, const btVector3& localScaling) in btScaledBvhTriangleMeshShape() argument
19 : m_localScaling(localScaling), m_bvhTriMeshShape(childShape) in btScaledBvhTriangleMeshShape()
35 btScaledTriangleCallback(btTriangleCallback* originalCallback, const btVector3& localScaling) in btScaledTriangleCallback() argument
37 m_localScaling(localScaling) in btScaledTriangleCallback()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/BulletCollision/CollisionShapes/
H A DbtConvexPointCloudShape.h41 …btConvexPointCloudShape(btVector3 * points, int numPoints, const btVector3& localScaling, bool com… in ATTRIBUTE_ALIGNED16()
43 m_localScaling = localScaling; in ATTRIBUTE_ALIGNED16()
52 …r3 * points, int numPoints, bool computeAabb = true, const btVector3& localScaling = btVector3(1.f… in ATTRIBUTE_ALIGNED16()
56 m_localScaling = localScaling; in ATTRIBUTE_ALIGNED16()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletCollision/CollisionShapes/
H A DbtConvexPointCloudShape.h40 …btConvexPointCloudShape(btVector3* points,int numPoints, const btVector3& localScaling,bool comput… in ATTRIBUTE_ALIGNED16()
42 m_localScaling = localScaling; in ATTRIBUTE_ALIGNED16()
51 …tor3* points, int numPoints, bool computeAabb = true,const btVector3& localScaling=btVector3(1.f,1… in ATTRIBUTE_ALIGNED16()
55 m_localScaling = localScaling; in ATTRIBUTE_ALIGNED16()
/dports/devel/py-bullet3/bullet3-3.21/src/BulletCollision/CollisionShapes/
H A DbtConvexPointCloudShape.h41 …btConvexPointCloudShape(btVector3 * points, int numPoints, const btVector3& localScaling, bool com… in ATTRIBUTE_ALIGNED16()
43 m_localScaling = localScaling; in ATTRIBUTE_ALIGNED16()
52 …r3 * points, int numPoints, bool computeAabb = true, const btVector3& localScaling = btVector3(1.f… in ATTRIBUTE_ALIGNED16()
56 m_localScaling = localScaling; in ATTRIBUTE_ALIGNED16()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletCollision/CollisionShapes/
H A DbtConvexPointCloudShape.h40 …btConvexPointCloudShape(btVector3* points,int numPoints, const btVector3& localScaling,bool comput… in ATTRIBUTE_ALIGNED16()
42 m_localScaling = localScaling; in ATTRIBUTE_ALIGNED16()
51 …tor3* points, int numPoints, bool computeAabb = true,const btVector3& localScaling=btVector3(1.f,1… in ATTRIBUTE_ALIGNED16()
55 m_localScaling = localScaling; in ATTRIBUTE_ALIGNED16()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletCollision/CollisionShapes/
H A DbtConvexPointCloudShape.h40 …btConvexPointCloudShape(btVector3* points,int numPoints, const btVector3& localScaling,bool comput… in ATTRIBUTE_ALIGNED16()
42 m_localScaling = localScaling; in ATTRIBUTE_ALIGNED16()
51 …tor3* points, int numPoints, bool computeAabb = true,const btVector3& localScaling=btVector3(1.f,1… in ATTRIBUTE_ALIGNED16()
55 m_localScaling = localScaling; in ATTRIBUTE_ALIGNED16()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/CollisionShapes/
H A DbtConvexPointCloudShape.h41 …btConvexPointCloudShape(btVector3 * points, int numPoints, const btVector3& localScaling, bool com… in ATTRIBUTE_ALIGNED16()
43 m_localScaling = localScaling; in ATTRIBUTE_ALIGNED16()
52 …r3 * points, int numPoints, bool computeAabb = true, const btVector3& localScaling = btVector3(1.f… in ATTRIBUTE_ALIGNED16()
56 m_localScaling = localScaling; in ATTRIBUTE_ALIGNED16()
H A DbtScaledBvhTriangleMeshShape.cpp18 …pe::btScaledBvhTriangleMeshShape(btBvhTriangleMeshShape* childShape, const btVector3& localScaling) in btScaledBvhTriangleMeshShape() argument
19 : m_localScaling(localScaling), m_bvhTriMeshShape(childShape) in btScaledBvhTriangleMeshShape()
35 btScaledTriangleCallback(btTriangleCallback* originalCallback, const btVector3& localScaling) in btScaledTriangleCallback() argument
37 m_localScaling(localScaling) in btScaledTriangleCallback()
/dports/devel/bullet/bullet3-3.21/Extras/Serialize/ReadBulletSample/
H A DBulletDataExtractor.h22 …ector3FloatData& planeNormal, float planeConstant, const Bullet::btVector3FloatData& localScaling);
24 …btVector3FloatData& halfDimensions, const Bullet::btVector3FloatData& localScaling, float collisio…
26 …virtual void* createSphereShape(float radius, const Bullet::btVector3FloatData& localScaling, floa…
H A DBulletDataExtractor.cpp297 btVector3 localScaling; in convertCollisionShape()
298 localScaling.deSerializeFloat(gimpactData->m_localScaling); in convertCollisionShape()
299 gimpactShape->setLocalScaling(localScaling); in convertCollisionShape()
323 …btVector3FloatData& halfDimensions, const Bullet::btVector3FloatData& localScaling, float collisio… in createBoxShape() argument
329 …or::createSphereShape(float radius, const Bullet::btVector3FloatData& localScaling, float collisio… in createSphereShape() argument
335 …Vector3FloatData& planeNormal, float planeConstant, const Bullet::btVector3FloatData& localScaling) in createPlaneShape() argument
/dports/devel/py-bullet3/bullet3-3.21/Extras/Serialize/ReadBulletSample/
H A DBulletDataExtractor.h22 …ector3FloatData& planeNormal, float planeConstant, const Bullet::btVector3FloatData& localScaling);
24 …btVector3FloatData& halfDimensions, const Bullet::btVector3FloatData& localScaling, float collisio…
26 …virtual void* createSphereShape(float radius, const Bullet::btVector3FloatData& localScaling, floa…
H A DBulletDataExtractor.cpp297 btVector3 localScaling; in convertCollisionShape()
298 localScaling.deSerializeFloat(gimpactData->m_localScaling); in convertCollisionShape()
299 gimpactShape->setLocalScaling(localScaling); in convertCollisionShape()
323 …btVector3FloatData& halfDimensions, const Bullet::btVector3FloatData& localScaling, float collisio… in createBoxShape() argument
329 …or::createSphereShape(float radius, const Bullet::btVector3FloatData& localScaling, float collisio… in createSphereShape() argument
335 …Vector3FloatData& planeNormal, float planeConstant, const Bullet::btVector3FloatData& localScaling) in createPlaneShape() argument

123456