Home
last modified time | relevance | path

Searched refs:minPs (Results 1 – 21 of 21) sorted by relevance

/dports/devel/bullet/bullet3-3.21/src/LinearMath/
H A DbtIDebugDraw.h99 btScalar minPs = -SIMD_HALF_PI; in drawSphere() local
102 drawSpherePatch(center, up, axis, radius, minTh, maxTh, minPs, maxPs, color, stepDegrees, false); in drawSphere()
103 drawSpherePatch(center, up, -axis, radius, minTh, maxTh, minPs, maxPs, color, stepDegrees, false); in drawSphere()
231 if (minPs > maxPs)
233 minPs = -SIMD_PI + step;
237 else if ((maxPs - minPs) >= SIMD_PI * btScalar(2.f))
245 int n_vert = (int)((maxPs - minPs) / step) + 1;
247 btScalar step_v = (maxPs - minPs) / btScalar(n_vert - 1);
255 btScalar psi = minPs + btScalar(j) * step_v;
355 btScalar minPs = -SIMD_HALF_PI; in drawCapsule() local
[all …]
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/LinearMath/
H A DbtIDebugDraw.h99 btScalar minPs = -SIMD_HALF_PI; in drawSphere() local
102 drawSpherePatch(center, up, axis, radius, minTh, maxTh, minPs, maxPs, color, stepDegrees, false); in drawSphere()
103 drawSpherePatch(center, up, -axis, radius, minTh, maxTh, minPs, maxPs, color, stepDegrees, false); in drawSphere()
231 if (minPs > maxPs)
233 minPs = -SIMD_PI + step;
237 else if ((maxPs - minPs) >= SIMD_PI * btScalar(2.f))
245 int n_vert = (int)((maxPs - minPs) / step) + 1;
247 btScalar step_v = (maxPs - minPs) / btScalar(n_vert - 1);
255 btScalar psi = minPs + btScalar(j) * step_v;
355 btScalar minPs = -SIMD_HALF_PI; in drawCapsule() local
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/LinearMath/
H A DbtIDebugDraw.h99 btScalar minPs = -SIMD_HALF_PI; in drawSphere() local
102 drawSpherePatch(center, up, axis, radius, minTh, maxTh, minPs, maxPs, color, stepDegrees, false); in drawSphere()
103 drawSpherePatch(center, up, -axis, radius, minTh, maxTh, minPs, maxPs, color, stepDegrees, false); in drawSphere()
231 if (minPs > maxPs)
233 minPs = -SIMD_PI + step;
237 else if ((maxPs - minPs) >= SIMD_PI * btScalar(2.f))
245 int n_vert = (int)((maxPs - minPs) / step) + 1;
247 btScalar step_v = (maxPs - minPs) / btScalar(n_vert - 1);
255 btScalar psi = minPs + btScalar(j) * step_v;
355 btScalar minPs = -SIMD_HALF_PI; in drawCapsule() local
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/LinearMath/
H A DbtIDebugDraw.h99 btScalar minPs = -SIMD_HALF_PI; in drawSphere() local
102 drawSpherePatch(center, up, axis, radius, minTh, maxTh, minPs, maxPs, color, stepDegrees, false); in drawSphere()
103 drawSpherePatch(center, up, -axis, radius, minTh, maxTh, minPs, maxPs, color, stepDegrees, false); in drawSphere()
231 if (minPs > maxPs)
233 minPs = -SIMD_PI + step;
237 else if ((maxPs - minPs) >= SIMD_PI * btScalar(2.f))
245 int n_vert = (int)((maxPs - minPs) / step) + 1;
247 btScalar step_v = (maxPs - minPs) / btScalar(n_vert - 1);
255 btScalar psi = minPs + btScalar(j) * step_v;
355 btScalar minPs = -SIMD_HALF_PI; in drawCapsule() local
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/LinearMath/
H A DbtIDebugDraw.h105 btScalar minPs = -SIMD_HALF_PI; in drawSphere() local
108 drawSpherePatch(center, up, axis, radius,minTh, maxTh, minPs, maxPs, color, stepDegrees ,false); in drawSphere()
109 drawSpherePatch(center, up, -axis, radius,minTh, maxTh, minPs, maxPs, color, stepDegrees,false ); in drawSphere()
238 if(minPs > maxPs)
240 minPs = -SIMD_PI + step;
244 else if((maxPs - minPs) >= SIMD_PI * btScalar(2.f))
252 int n_vert = (int)((maxPs - minPs) / step) + 1;
254 btScalar step_v = (maxPs - minPs) / btScalar(n_vert - 1);
262 btScalar psi = minPs + btScalar(j) * step_v;
362 btScalar minPs = -SIMD_HALF_PI; in drawCapsule() local
[all …]
/dports/devel/py-bullet3/bullet3-3.21/src/LinearMath/
H A DbtIDebugDraw.h99 btScalar minPs = -SIMD_HALF_PI; in drawSphere() local
102 drawSpherePatch(center, up, axis, radius, minTh, maxTh, minPs, maxPs, color, stepDegrees, false); in drawSphere()
103 drawSpherePatch(center, up, -axis, radius, minTh, maxTh, minPs, maxPs, color, stepDegrees, false); in drawSphere()
231 if (minPs > maxPs)
233 minPs = -SIMD_PI + step;
237 else if ((maxPs - minPs) >= SIMD_PI * btScalar(2.f))
245 int n_vert = (int)((maxPs - minPs) / step) + 1;
247 btScalar step_v = (maxPs - minPs) / btScalar(n_vert - 1);
255 btScalar psi = minPs + btScalar(j) * step_v;
355 btScalar minPs = -SIMD_HALF_PI; in drawCapsule() local
[all …]
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/LinearMath/
H A DbtIDebugDraw.h72 btScalar minPs = -SIMD_HALF_PI; in drawSphere() local
75 drawSpherePatch(center, up, axis, radius,minTh, maxTh, minPs, maxPs, color, stepDegrees ,false); in drawSphere()
76 drawSpherePatch(center, up, -axis, radius,minTh, maxTh, minPs, maxPs, color, stepDegrees,false ); in drawSphere()
205 if(minPs > maxPs)
207 minPs = -SIMD_PI + step;
211 else if((maxPs - minPs) >= SIMD_PI * btScalar(2.f))
219 int n_vert = (int)((maxPs - minPs) / step) + 1;
221 btScalar step_v = (maxPs - minPs) / btScalar(n_vert - 1);
229 btScalar psi = minPs + btScalar(j) * step_v;
329 btScalar minPs = -SIMD_HALF_PI; in drawCapsule() local
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/LinearMath/
H A DbtIDebugDraw.h99 btScalar minPs = -SIMD_HALF_PI; in drawSphere() local
102 drawSpherePatch(center, up, axis, radius, minTh, maxTh, minPs, maxPs, color, stepDegrees, false); in drawSphere()
103 drawSpherePatch(center, up, -axis, radius, minTh, maxTh, minPs, maxPs, color, stepDegrees, false); in drawSphere()
231 if (minPs > maxPs)
233 minPs = -SIMD_PI + step;
237 else if ((maxPs - minPs) >= SIMD_PI * btScalar(2.f))
245 int n_vert = (int)((maxPs - minPs) / step) + 1;
247 btScalar step_v = (maxPs - minPs) / btScalar(n_vert - 1);
255 btScalar psi = minPs + btScalar(j) * step_v;
355 btScalar minPs = -SIMD_HALF_PI; in drawCapsule() local
[all …]
/dports/games/critterding/critterding-beta12/src/utils/bullet/LinearMath/
H A DbtIDebugDraw.h181 …btScalar minTh, btScalar maxTh, btScalar minPs, btScalar maxPs, const btVector3& color, btScalar s…
215 if(minPs > maxPs)
217 minPs = -SIMD_PI + step;
221 else if((maxPs - minPs) >= SIMD_PI * btScalar(2.f))
229 int n_vert = (int)((maxPs - minPs) / step) + 1;
231 btScalar step_v = (maxPs - minPs) / btScalar(n_vert - 1);
239 btScalar psi = minPs + btScalar(j) * step_v;
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/LinearMath/
H A DbtIDebugDraw.h181 …btScalar minTh, btScalar maxTh, btScalar minPs, btScalar maxPs, const btVector3& color, btScalar s…
215 if(minPs > maxPs)
217 minPs = -SIMD_PI + step;
221 else if((maxPs - minPs) >= SIMD_PI * btScalar(2.f))
229 int n_vert = (int)((maxPs - minPs) / step) + 1;
231 btScalar step_v = (maxPs - minPs) / btScalar(n_vert - 1);
239 btScalar psi = minPs + btScalar(j) * step_v;
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/LinearMath/
H A DbtIDebugDraw.h181 …btScalar minTh, btScalar maxTh, btScalar minPs, btScalar maxPs, const btVector3& color, btScalar s…
215 if(minPs > maxPs)
217 minPs = -SIMD_PI + step;
221 else if((maxPs - minPs) >= SIMD_PI * btScalar(2.f))
229 int n_vert = (int)((maxPs - minPs) / step) + 1;
231 btScalar step_v = (maxPs - minPs) / btScalar(n_vert - 1);
239 btScalar psi = minPs + btScalar(j) * step_v;
/dports/devel/bullet/bullet3-3.21/src/BulletDynamics/Dynamics/
H A DbtDiscreteDynamicsWorld.cpp1235 btScalar minPs = p6DOF->getRotationalLimitMotor(2)->m_loLimit; in debugDrawConstraint() local
1237 …wSpherePatch(center, up, axis, dbgDrawSize * btScalar(.9f), minTh, maxTh, minPs, maxPs, btVector3(… in debugDrawConstraint()
1287 btScalar minPs = p6DOF->getRotationalLimitMotor(2)->m_loLimit; in debugDrawConstraint() local
1289 …wSpherePatch(center, up, axis, dbgDrawSize * btScalar(.9f), minTh, maxTh, minPs, maxPs, btVector3(… in debugDrawConstraint()
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletDynamics/Dynamics/
H A DbtDiscreteDynamicsWorld.cpp1235 btScalar minPs = p6DOF->getRotationalLimitMotor(2)->m_loLimit; in debugDrawConstraint() local
1237 …wSpherePatch(center, up, axis, dbgDrawSize * btScalar(.9f), minTh, maxTh, minPs, maxPs, btVector3(… in debugDrawConstraint()
1287 btScalar minPs = p6DOF->getRotationalLimitMotor(2)->m_loLimit; in debugDrawConstraint() local
1289 …wSpherePatch(center, up, axis, dbgDrawSize * btScalar(.9f), minTh, maxTh, minPs, maxPs, btVector3(… in debugDrawConstraint()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletDynamics/Dynamics/
H A DbtDiscreteDynamicsWorld.cpp1227 btScalar minPs = p6DOF->getRotationalLimitMotor(2)->m_loLimit; in debugDrawConstraint() local
1229 …wSpherePatch(center, up, axis, dbgDrawSize * btScalar(.9f), minTh, maxTh, minPs, maxPs, btVector3(… in debugDrawConstraint()
1279 btScalar minPs = p6DOF->getRotationalLimitMotor(2)->m_loLimit; in debugDrawConstraint() local
1281 …wSpherePatch(center, up, axis, dbgDrawSize * btScalar(.9f), minTh, maxTh, minPs, maxPs, btVector3(… in debugDrawConstraint()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletDynamics/Dynamics/
H A DbtDiscreteDynamicsWorld.cpp1296 btScalar minPs = p6DOF->getRotationalLimitMotor(2)->m_loLimit; in debugDrawConstraint() local
1298 …wSpherePatch(center, up, axis, dbgDrawSize * btScalar(.9f), minTh, maxTh, minPs, maxPs, btVector3(… in debugDrawConstraint()
1346 btScalar minPs = p6DOF->getRotationalLimitMotor(2)->m_loLimit; in debugDrawConstraint() local
1348 …wSpherePatch(center, up, axis, dbgDrawSize * btScalar(.9f), minTh, maxTh, minPs, maxPs, btVector3(… in debugDrawConstraint()
/dports/devel/py-bullet3/bullet3-3.21/src/BulletDynamics/Dynamics/
H A DbtDiscreteDynamicsWorld.cpp1235 btScalar minPs = p6DOF->getRotationalLimitMotor(2)->m_loLimit; in debugDrawConstraint() local
1237 …wSpherePatch(center, up, axis, dbgDrawSize * btScalar(.9f), minTh, maxTh, minPs, maxPs, btVector3(… in debugDrawConstraint()
1287 btScalar minPs = p6DOF->getRotationalLimitMotor(2)->m_loLimit; in debugDrawConstraint() local
1289 …wSpherePatch(center, up, axis, dbgDrawSize * btScalar(.9f), minTh, maxTh, minPs, maxPs, btVector3(… in debugDrawConstraint()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletDynamics/Dynamics/
H A DbtDiscreteDynamicsWorld.cpp1277 btScalar minPs = p6DOF->getRotationalLimitMotor(2)->m_loLimit; in debugDrawConstraint() local
1279 …wSpherePatch(center, up, axis, dbgDrawSize * btScalar(.9f), minTh, maxTh, minPs, maxPs, btVector3(… in debugDrawConstraint()
1327 btScalar minPs = p6DOF->getRotationalLimitMotor(2)->m_loLimit; in debugDrawConstraint() local
1329 …wSpherePatch(center, up, axis, dbgDrawSize * btScalar(.9f), minTh, maxTh, minPs, maxPs, btVector3(… in debugDrawConstraint()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletDynamics/Dynamics/
H A DbtDiscreteDynamicsWorld.cpp1227 btScalar minPs = p6DOF->getRotationalLimitMotor(2)->m_loLimit; in debugDrawConstraint() local
1229 …wSpherePatch(center, up, axis, dbgDrawSize * btScalar(.9f), minTh, maxTh, minPs, maxPs, btVector3(… in debugDrawConstraint()
1279 btScalar minPs = p6DOF->getRotationalLimitMotor(2)->m_loLimit; in debugDrawConstraint() local
1281 …wSpherePatch(center, up, axis, dbgDrawSize * btScalar(.9f), minTh, maxTh, minPs, maxPs, btVector3(… in debugDrawConstraint()
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletDynamics/Dynamics/
H A DbtDiscreteDynamicsWorld.cpp1027 btScalar minPs = p6DOF->getRotationalLimitMotor(2)->m_loLimit; in debugDrawConstraint() local
1029 …wSpherePatch(center, up, axis, dbgDrawSize * btScalar(.9f), minTh, maxTh, minPs, maxPs, btVector3(… in debugDrawConstraint()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/BulletDynamics/Dynamics/
H A DbtDiscreteDynamicsWorld.cpp1114 btScalar minPs = p6DOF->getRotationalLimitMotor(2)->m_loLimit; in debugDrawConstraint() local
1116 …wSpherePatch(center, up, axis, dbgDrawSize * btScalar(.9f), minTh, maxTh, minPs, maxPs, btVector3(… in debugDrawConstraint()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletDynamics/Dynamics/
H A DbtDiscreteDynamicsWorld.cpp1214 btScalar minPs = p6DOF->getRotationalLimitMotor(2)->m_loLimit; in debugDrawConstraint() local
1216 …wSpherePatch(center, up, axis, dbgDrawSize * btScalar(.9f), minTh, maxTh, minPs, maxPs, btVector3(… in debugDrawConstraint()