Home
last modified time | relevance | path

Searched refs:worldVertsB1 (Results 1 – 25 of 66) sorted by relevance

123

/dports/devel/bullet/bullet3-3.21/src/BulletCollision/NarrowPhaseCollision/
H A DbtPolyhedralContactClipping.h32 …orm& transB, const btScalar minDist, btScalar maxDist, btVertexArray& worldVertsB1, btVertexArray&…
34 … btConvexPolyhedron& hullA, const btTransform& transA, btVertexArray& worldVertsB1, btVertexArray&…
H A DbtPolyhedralContactClipping.cpp405 … btConvexPolyhedron& hullA, const btTransform& transA, btVertexArray& worldVertsB1, btVertexArray&… in clipFaceAgainstHull() argument
408 btVertexArray* pVtxIn = &worldVertsB1; in clipFaceAgainstHull()
513 …orm& transB, const btScalar minDist, btScalar maxDist, btVertexArray& worldVertsB1, btVertexArray&… in clipHullAgainstHull() argument
535 worldVertsB1.resize(0); in clipHullAgainstHull()
542 worldVertsB1.push_back(transB * b); in clipHullAgainstHull()
547 …clipFaceAgainstHull(separatingNormal, hullA, transA, worldVertsB1, worldVertsB2, minDist, maxDist,… in clipHullAgainstHull()
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/
H A DbtPolyhedralContactClipping.h32 …orm& transB, const btScalar minDist, btScalar maxDist, btVertexArray& worldVertsB1, btVertexArray&…
34 … btConvexPolyhedron& hullA, const btTransform& transA, btVertexArray& worldVertsB1, btVertexArray&…
H A DbtPolyhedralContactClipping.cpp405 … btConvexPolyhedron& hullA, const btTransform& transA, btVertexArray& worldVertsB1, btVertexArray&… in clipFaceAgainstHull() argument
408 btVertexArray* pVtxIn = &worldVertsB1; in clipFaceAgainstHull()
513 …orm& transB, const btScalar minDist, btScalar maxDist, btVertexArray& worldVertsB1, btVertexArray&… in clipHullAgainstHull() argument
535 worldVertsB1.resize(0); in clipHullAgainstHull()
542 worldVertsB1.push_back(transB * b); in clipHullAgainstHull()
547 …clipFaceAgainstHull(separatingNormal, hullA, transA, worldVertsB1, worldVertsB2, minDist, maxDist,… in clipHullAgainstHull()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/NarrowPhaseCollision/
H A DbtPolyhedralContactClipping.h32 …orm& transB, const btScalar minDist, btScalar maxDist, btVertexArray& worldVertsB1, btVertexArray&…
34 … btConvexPolyhedron& hullA, const btTransform& transA, btVertexArray& worldVertsB1, btVertexArray&…
H A DbtPolyhedralContactClipping.cpp405 … btConvexPolyhedron& hullA, const btTransform& transA, btVertexArray& worldVertsB1, btVertexArray&… in clipFaceAgainstHull() argument
408 btVertexArray* pVtxIn = &worldVertsB1; in clipFaceAgainstHull()
513 …orm& transB, const btScalar minDist, btScalar maxDist, btVertexArray& worldVertsB1, btVertexArray&… in clipHullAgainstHull() argument
535 worldVertsB1.resize(0); in clipHullAgainstHull()
542 worldVertsB1.push_back(transB * b); in clipHullAgainstHull()
547 …clipFaceAgainstHull(separatingNormal, hullA, transA, worldVertsB1, worldVertsB2, minDist, maxDist,… in clipHullAgainstHull()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/NarrowPhaseCollision/
H A DbtPolyhedralContactClipping.h32 …orm& transB, const btScalar minDist, btScalar maxDist, btVertexArray& worldVertsB1, btVertexArray&…
34 … btConvexPolyhedron& hullA, const btTransform& transA, btVertexArray& worldVertsB1, btVertexArray&…
H A DbtPolyhedralContactClipping.cpp405 … btConvexPolyhedron& hullA, const btTransform& transA, btVertexArray& worldVertsB1, btVertexArray&… in clipFaceAgainstHull() argument
408 btVertexArray* pVtxIn = &worldVertsB1; in clipFaceAgainstHull()
513 …orm& transB, const btScalar minDist, btScalar maxDist, btVertexArray& worldVertsB1, btVertexArray&… in clipHullAgainstHull() argument
535 worldVertsB1.resize(0); in clipHullAgainstHull()
542 worldVertsB1.push_back(transB * b); in clipHullAgainstHull()
547 …clipFaceAgainstHull(separatingNormal, hullA, transA, worldVertsB1, worldVertsB2, minDist, maxDist,… in clipHullAgainstHull()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/BulletCollision/NarrowPhaseCollision/
H A DbtPolyhedralContactClipping.h32 …orm& transB, const btScalar minDist, btScalar maxDist, btVertexArray& worldVertsB1, btVertexArray&…
34 … btConvexPolyhedron& hullA, const btTransform& transA, btVertexArray& worldVertsB1, btVertexArray&…
H A DbtPolyhedralContactClipping.cpp405 … btConvexPolyhedron& hullA, const btTransform& transA, btVertexArray& worldVertsB1, btVertexArray&… in clipFaceAgainstHull() argument
408 btVertexArray* pVtxIn = &worldVertsB1; in clipFaceAgainstHull()
513 …orm& transB, const btScalar minDist, btScalar maxDist, btVertexArray& worldVertsB1, btVertexArray&… in clipHullAgainstHull() argument
535 worldVertsB1.resize(0); in clipHullAgainstHull()
542 worldVertsB1.push_back(transB * b); in clipHullAgainstHull()
547 …clipFaceAgainstHull(separatingNormal, hullA, transA, worldVertsB1, worldVertsB2, minDist, maxDist,… in clipHullAgainstHull()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletCollision/NarrowPhaseCollision/
H A DbtPolyhedralContactClipping.h36 …form& transB, const btScalar minDist, btScalar maxDist,btVertexArray& worldVertsB1,btVertexArray& …
38 …btConvexPolyhedron& hullA, const btTransform& transA, btVertexArray& worldVertsB1,btVertexArray& …
H A DbtPolyhedralContactClipping.cpp414 …btConvexPolyhedron& hullA, const btTransform& transA, btVertexArray& worldVertsB1,btVertexArray& … in clipFaceAgainstHull() argument
417 btVertexArray* pVtxIn = &worldVertsB1; in clipFaceAgainstHull()
530 …form& transB, const btScalar minDist, btScalar maxDist,btVertexArray& worldVertsB1,btVertexArray& … in clipHullAgainstHull() argument
555 worldVertsB1.resize(0); in clipHullAgainstHull()
562 worldVertsB1.push_back(transB*b); in clipHullAgainstHull()
568 …clipFaceAgainstHull(separatingNormal, hullA, transA,worldVertsB1, worldVertsB2,minDist, maxDist,re… in clipHullAgainstHull()
/dports/devel/py-bullet3/bullet3-3.21/src/BulletCollision/NarrowPhaseCollision/
H A DbtPolyhedralContactClipping.h32 …orm& transB, const btScalar minDist, btScalar maxDist, btVertexArray& worldVertsB1, btVertexArray&…
34 … btConvexPolyhedron& hullA, const btTransform& transA, btVertexArray& worldVertsB1, btVertexArray&…
H A DbtPolyhedralContactClipping.cpp405 … btConvexPolyhedron& hullA, const btTransform& transA, btVertexArray& worldVertsB1, btVertexArray&… in clipFaceAgainstHull() argument
408 btVertexArray* pVtxIn = &worldVertsB1; in clipFaceAgainstHull()
513 …orm& transB, const btScalar minDist, btScalar maxDist, btVertexArray& worldVertsB1, btVertexArray&… in clipHullAgainstHull() argument
535 worldVertsB1.resize(0); in clipHullAgainstHull()
542 worldVertsB1.push_back(transB * b); in clipHullAgainstHull()
547 …clipFaceAgainstHull(separatingNormal, hullA, transA, worldVertsB1, worldVertsB2, minDist, maxDist,… in clipHullAgainstHull()
/dports/devel/py-bullet3/bullet3-3.21/src/Bullet3Collision/NarrowPhaseCollision/shared/
H A Db3ContactConvexConvexSAT.h68 … const b3Float4& posA, const b3Quaternion& ornA, b3Float4* worldVertsB1, int numWorldVertsB1, in b3ClipFaceAgainstHull() argument
78 b3Float4* pVtxIn = worldVertsB1; in b3ClipFaceAgainstHull()
175 b3Float4* worldVertsB1, b3Float4* worldVertsB2, int capacityWorldVerts, in b3ClipHullAgainstHull() argument
244 worldVertsB1[numWorldVertsB1++] = b3TransformPoint(b, posB, ornB); in b3ClipHullAgainstHull()
253 worldVertsB1, numWorldVertsB1, worldVertsB2, capacityWorldVerts, minDist, maxDist, in b3ClipHullAgainstHull()
312 b3Float4 worldVertsB1[B3_MAX_VERTS]; in b3ClipHullHullSingle() local
343 worldVertsB1, worldVertsB2, capacityWorldVerts, in b3ClipHullHullSingle()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/Bullet3Collision/NarrowPhaseCollision/shared/
H A Db3ContactConvexConvexSAT.h68 … const b3Float4& posA, const b3Quaternion& ornA, b3Float4* worldVertsB1, int numWorldVertsB1, in b3ClipFaceAgainstHull() argument
78 b3Float4* pVtxIn = worldVertsB1; in b3ClipFaceAgainstHull()
175 b3Float4* worldVertsB1, b3Float4* worldVertsB2, int capacityWorldVerts, in b3ClipHullAgainstHull() argument
244 worldVertsB1[numWorldVertsB1++] = b3TransformPoint(b, posB, ornB); in b3ClipHullAgainstHull()
253 worldVertsB1, numWorldVertsB1, worldVertsB2, capacityWorldVerts, minDist, maxDist, in b3ClipHullAgainstHull()
312 b3Float4 worldVertsB1[B3_MAX_VERTS]; in b3ClipHullHullSingle() local
343 worldVertsB1, worldVertsB2, capacityWorldVerts, in b3ClipHullHullSingle()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/Bullet3Collision/NarrowPhaseCollision/shared/
H A Db3ContactConvexConvexSAT.h68 … const b3Float4& posA, const b3Quaternion& ornA, b3Float4* worldVertsB1, int numWorldVertsB1, in b3ClipFaceAgainstHull() argument
78 b3Float4* pVtxIn = worldVertsB1; in b3ClipFaceAgainstHull()
175 b3Float4* worldVertsB1, b3Float4* worldVertsB2, int capacityWorldVerts, in b3ClipHullAgainstHull() argument
244 worldVertsB1[numWorldVertsB1++] = b3TransformPoint(b, posB, ornB); in b3ClipHullAgainstHull()
253 worldVertsB1, numWorldVertsB1, worldVertsB2, capacityWorldVerts, minDist, maxDist, in b3ClipHullAgainstHull()
312 b3Float4 worldVertsB1[B3_MAX_VERTS]; in b3ClipHullHullSingle() local
343 worldVertsB1, worldVertsB2, capacityWorldVerts, in b3ClipHullHullSingle()
H A Db3ClipFaces.h72 __global b3Float4* worldVertsB1, in clipFacesAndFindContactsKernel() argument
95 __global b3Float4* pVtxIn = &worldVertsB1[pairIndex * capacityWorldVertsB2]; in clipFacesAndFindContactsKernel()
/dports/devel/bullet/bullet3-3.21/src/Bullet3Collision/NarrowPhaseCollision/shared/
H A Db3ContactConvexConvexSAT.h68 … const b3Float4& posA, const b3Quaternion& ornA, b3Float4* worldVertsB1, int numWorldVertsB1, in b3ClipFaceAgainstHull() argument
78 b3Float4* pVtxIn = worldVertsB1; in b3ClipFaceAgainstHull()
175 b3Float4* worldVertsB1, b3Float4* worldVertsB2, int capacityWorldVerts, in b3ClipHullAgainstHull() argument
244 worldVertsB1[numWorldVertsB1++] = b3TransformPoint(b, posB, ornB); in b3ClipHullAgainstHull()
253 worldVertsB1, numWorldVertsB1, worldVertsB2, capacityWorldVerts, minDist, maxDist, in b3ClipHullAgainstHull()
312 b3Float4 worldVertsB1[B3_MAX_VERTS]; in b3ClipHullHullSingle() local
343 worldVertsB1, worldVertsB2, capacityWorldVerts, in b3ClipHullHullSingle()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletCollision/NarrowPhaseCollision/
H A DbtPolyhedralContactClipping.cpp219 …btConvexPolyhedron& hullA, const btTransform& transA, btVertexArray& worldVertsB1, const btScalar… in clipFaceAgainstHull() argument
222 btVertexArray* pVtxIn = &worldVertsB1; in clipFaceAgainstHull()
347 btVertexArray worldVertsB1; in clipHullAgainstHull() local
354 worldVertsB1.push_back(transB*b); in clipHullAgainstHull()
358 clipFaceAgainstHull(separatingNormal, hullA, transA,worldVertsB1, minDist, maxDist,resultOut); in clipHullAgainstHull()
/dports/devel/bullet/bullet3-3.21/src/Bullet3OpenCL/NarrowphaseCollision/kernels/
H A DsatClipHullContacts.cl297 float4* pVtxIn = worldVertsB1;
401 float4* pVtxIn = worldVertsB1;
527 worldVertsB1[numWorldVertsB1++] = transform(&b,&posB,&ornB);
909 float4 worldVertsB1[64];
942 worldVertsB1,worldVertsB2,capacityWorldVerts,
1022 float4 worldVertsB1[64];
1088 worldVertsB1,worldVertsB2,capacityWorldVerts,
1225 float4 worldVertsB1[64];
1397 worldVertsB1,worldVertsB2,capacityWorldVerts,
1452 __global float4* worldVertsB1,
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/Bullet3OpenCL/NarrowphaseCollision/kernels/
H A DsatClipHullContacts.cl297 float4* pVtxIn = worldVertsB1;
401 float4* pVtxIn = worldVertsB1;
527 worldVertsB1[numWorldVertsB1++] = transform(&b,&posB,&ornB);
909 float4 worldVertsB1[64];
942 worldVertsB1,worldVertsB2,capacityWorldVerts,
1022 float4 worldVertsB1[64];
1088 worldVertsB1,worldVertsB2,capacityWorldVerts,
1225 float4 worldVertsB1[64];
1397 worldVertsB1,worldVertsB2,capacityWorldVerts,
1452 __global float4* worldVertsB1,
[all …]
/dports/devel/py-bullet3/bullet3-3.21/src/Bullet3OpenCL/NarrowphaseCollision/kernels/
H A DsatClipHullContacts.cl297 float4* pVtxIn = worldVertsB1;
401 float4* pVtxIn = worldVertsB1;
527 worldVertsB1[numWorldVertsB1++] = transform(&b,&posB,&ornB);
909 float4 worldVertsB1[64];
942 worldVertsB1,worldVertsB2,capacityWorldVerts,
1022 float4 worldVertsB1[64];
1088 worldVertsB1,worldVertsB2,capacityWorldVerts,
1225 float4 worldVertsB1[64];
1397 worldVertsB1,worldVertsB2,capacityWorldVerts,
1452 __global float4* worldVertsB1,
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/Bullet3OpenCL/NarrowphaseCollision/kernels/
H A DsatClipHullContacts.cl297 float4* pVtxIn = worldVertsB1;
401 float4* pVtxIn = worldVertsB1;
527 worldVertsB1[numWorldVertsB1++] = transform(&b,&posB,&ornB);
909 float4 worldVertsB1[64];
942 worldVertsB1,worldVertsB2,capacityWorldVerts,
1022 float4 worldVertsB1[64];
1088 worldVertsB1,worldVertsB2,capacityWorldVerts,
1225 float4 worldVertsB1[64];
1397 worldVertsB1,worldVertsB2,capacityWorldVerts,
1452 __global float4* worldVertsB1,
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/BulletCollision/NarrowPhaseCollision/
H A DbtPolyhedralContactClipping.cpp286 …btConvexPolyhedron& hullA, const btTransform& transA, btVertexArray& worldVertsB1, const btScalar… in clipFaceAgainstHull() argument
289 btVertexArray* pVtxIn = &worldVertsB1; in clipFaceAgainstHull()
427 btVertexArray worldVertsB1; in clipHullAgainstHull() local
434 worldVertsB1.push_back(transB*b); in clipHullAgainstHull()
440 clipFaceAgainstHull(separatingNormal, hullA, transA,worldVertsB1, minDist, maxDist,resultOut); in clipHullAgainstHull()

123