Home
last modified time | relevance | path

Searched refs:m_c1 (Results 126 – 150 of 170) sorted by relevance

1234567

/dports/devel/bullet/bullet3-3.21/src/Bullet3Serialize/Bullet2FileLoader/autogenerated/
H A Dbullet2.h843 float m_c1; variable
853 b3Vector3FloatData m_c1; variable
/dports/devel/py-bullet3/bullet3-3.21/src/Bullet3Serialize/Bullet2FileLoader/autogenerated/
H A Dbullet2.h843 float m_c1; variable
853 b3Vector3FloatData m_c1; variable
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/Bullet3Serialize/Bullet2FileLoader/autogenerated/
H A Dbullet2.h843 float m_c1; variable
853 b3Vector3FloatData m_c1; variable
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/Bullet3Serialize/Bullet2FileLoader/autogenerated/
H A Dbullet2.h843 float m_c1; variable
853 b3Vector3FloatData m_c1; variable
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletSoftBody/
H A DbtSoftBody.cpp1638 a.m_c1 = ra; in solveConstraints()
2124 l.m_c1 = l.m_rl*l.m_rl; in updateConstants()
2766 const btVector3 va=a.m_body->getVelocityInLocalPoint(a.m_c1)*dt; in PSolve_Anchors()
2771 a.m_body->applyImpulse(-impulse,a.m_c1); in PSolve_Anchors()
2786 const btVector3 va = tmpRigid ? tmpRigid->getVelocityInLocalPoint(c.m_c1)*dt : btVector3(0,0,0); in PSolve_RContacts()
2798 tmpRigid->applyImpulse(impulse,c.m_c1); in PSolve_RContacts()
2848 if (l.m_c1+len > SIMD_EPSILON) in PSolve_Links()
2850 const btScalar k=((l.m_c1-len)/(l.m_c0*(l.m_c1+len)))*kst; in PSolve_Links()
3140 memPtr->m_c1 = m_tetras[i].m_c1; in serialize()
3159 m_anchors[i].m_c1.serializeFloat(memPtr->m_c1); in serialize()
/dports/devel/bullet/bullet3-3.21/src/BulletSoftBody/
H A DbtSoftBody.cpp557 c.m_c1 = ra; in appendDeformableAnchor()
631 c.m_c1 = ra; in appendDeformableAnchor()
1173 l.m_c1 = l.m_rl * l.m_rl; in setRestLengthScale()
1236 l.m_c1 = l.m_rl * l.m_rl; in resetLinkRestLengths()
2214 a.m_c1 = ra; in solveConstraints()
3862 a.m_body->applyImpulse(-impulse, a.m_c1); in PSolve_Anchors()
3926 rigidCol->applyImpulse(impulse, c.m_c1); in PSolve_RContacts()
3989 if (l.m_c1 + len > SIMD_EPSILON) in PSolve_Links()
3991 const btScalar k = ((l.m_c1 - len) / (l.m_c0 * (l.m_c1 + len))) * kst; in PSolve_Links()
4427 memPtr->m_c1 = m_tetras[i].m_c1; in serialize()
[all …]
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletSoftBody/
H A DbtSoftBody.cpp556 c.m_c1 = ra; in appendDeformableAnchor()
630 c.m_c1 = ra; in appendDeformableAnchor()
1172 l.m_c1 = l.m_rl * l.m_rl; in setRestLengthScale()
1235 l.m_c1 = l.m_rl * l.m_rl; in resetLinkRestLengths()
2213 a.m_c1 = ra; in solveConstraints()
3856 a.m_body->applyImpulse(-impulse, a.m_c1); in PSolve_Anchors()
3920 rigidCol->applyImpulse(impulse, c.m_c1); in PSolve_RContacts()
3983 if (l.m_c1 + len > SIMD_EPSILON) in PSolve_Links()
3985 const btScalar k = ((l.m_c1 - len) / (l.m_c0 * (l.m_c1 + len))) * kst; in PSolve_Links()
4421 memPtr->m_c1 = m_tetras[i].m_c1; in serialize()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/src/BulletSoftBody/
H A DbtSoftBody.cpp557 c.m_c1 = ra; in appendDeformableAnchor()
631 c.m_c1 = ra; in appendDeformableAnchor()
1173 l.m_c1 = l.m_rl * l.m_rl; in setRestLengthScale()
1236 l.m_c1 = l.m_rl * l.m_rl; in resetLinkRestLengths()
2214 a.m_c1 = ra; in solveConstraints()
3862 a.m_body->applyImpulse(-impulse, a.m_c1); in PSolve_Anchors()
3926 rigidCol->applyImpulse(impulse, c.m_c1); in PSolve_RContacts()
3989 if (l.m_c1 + len > SIMD_EPSILON) in PSolve_Links()
3991 const btScalar k = ((l.m_c1 - len) / (l.m_c0 * (l.m_c1 + len))) * kst; in PSolve_Links()
4427 memPtr->m_c1 = m_tetras[i].m_c1; in serialize()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dcellselection.cpp386 for (c = m_range.m_c0; c <= m_range.m_c1; c++) in undo()
394 for (c = m_range.m_c0; c <= m_range.m_c1; c++) in redo()
1395 TCellSelection::Range::Range() : m_c0(0), m_r0(0), m_c1(-1), m_r1(-1) {} in Range()
1398 return m_c0 > m_c1 || m_r0 > m_r1; in isEmpty()
1402 return m_r0 <= r && r <= m_r1 && m_c0 <= c && c <= m_c1; in contains()
1407 int TCellSelection::Range::getColCount() const { return m_c1 - m_c0 + 1; } in getColCount()
1540 m_range.m_c1 = c1; in selectCells()
1551 m_range.m_c1 = col; in selectCell()
1570 c1 = m_range.m_c1; in getSelectedCells()
1594 return m_range.m_c0 <= c && c >= m_range.m_c1; in isColSelected()
[all …]
H A Dxsheetcmd.cpp585 while (c <= m_range.m_c1) { in DrawingSubtitutionUndo()
611 while (c <= m_range.m_c1) { in undo()
647 while (c <= m_range.m_c1) { in redo()
705 m_range.m_c1 = col; in DrawingSubtitutionGroupUndo()
709 for (int c = m_range.m_c0; c <= m_range.m_c1; c++) { in DrawingSubtitutionGroupUndo()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/gis/srs/
H A Dsrs.cc662 params.push_back(std::make_pair(1026, &m_c1)); in init()
697 m_c1 == that.m_c1 && m_c2 == that.m_c2 && m_c3 == that.m_c3 && in can_be_modified_to()
718 params.push_back(std::make_pair(1026, &m_c1)); in init()
753 m_c1 == that.m_c1 && m_c2 == that.m_c2 && m_c3 == that.m_c3 && in can_be_modified_to()
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletSoftBody/
H A DbtSoftBody.cpp1604 a.m_c1 = ra; in solveConstraints()
2075 l.m_c1 = l.m_rl*l.m_rl; in updateConstants()
2709 const btVector3 va=a.m_body->getVelocityInLocalPoint(a.m_c1)*dt; in PSolve_Anchors()
2714 a.m_body->applyImpulse(-impulse,a.m_c1); in PSolve_Anchors()
2729 const btVector3 va=tmpRigid ? tmpRigid->getVelocityInLocalPoint(c.m_c1)*dt : btVector3(0,0,0); in PSolve_RContacts()
2740 tmpRigid->applyImpulse(impulse,c.m_c1); in PSolve_RContacts()
2790 const btScalar k=((l.m_c1-len)/(l.m_c0*(l.m_c1+len)))*kst; in PSolve_Links()
/dports/devel/bullet/bullet3-3.21/Extras/Serialize/BulletFileLoader/autogenerated/
H A Dbullet.h1302 float m_c1; variable
1313 btVector3FloatData m_c1; variable
/dports/devel/py-bullet3/bullet3-3.21/Extras/Serialize/BulletFileLoader/autogenerated/
H A Dbullet.h1302 float m_c1; variable
1313 btVector3FloatData m_c1; variable
/dports/editors/lazarus/lazarus/components/aggpas/
H A Dgradients_contour.dpr103 m_c1 ,
221 m_c1.Construct (310.0 ,10.0 ,400.0 ,16.0 ,not flip_y_ );
262 add_ctrl(@m_c1 );
264 m_c1.label_('C1=%1.0f' );
265 m_c1.range_(0.0 ,512.0 );
266 m_c1.value_(0.0 );
267 m_c1.no_transform;
566 m_c1.Destruct;
1562 gcont.d1(m_c1._value );
1856 render_ctrl(@m_ras ,@m_sl ,@ren_solid ,@m_c1 );
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/
H A Dgradients_contour.dpr103 m_c1 ,
221 m_c1.Construct (310.0 ,10.0 ,400.0 ,16.0 ,not flip_y_ );
262 add_ctrl(@m_c1 );
264 m_c1.label_('C1=%1.0f' );
265 m_c1.range_(0.0 ,512.0 );
266 m_c1.value_(0.0 );
267 m_c1.no_transform;
566 m_c1.Destruct;
1562 gcont.d1(m_c1._value );
1856 render_ctrl(@m_ras ,@m_sl ,@ren_solid ,@m_c1 );
/dports/editors/lazarus-qt5/lazarus/components/aggpas/
H A Dgradients_contour.dpr103 m_c1 ,
221 m_c1.Construct (310.0 ,10.0 ,400.0 ,16.0 ,not flip_y_ );
262 add_ctrl(@m_c1 );
264 m_c1.label_('C1=%1.0f' );
265 m_c1.range_(0.0 ,512.0 );
266 m_c1.value_(0.0 );
267 m_c1.no_transform;
566 m_c1.Destruct;
1562 gcont.d1(m_c1._value );
1856 render_ctrl(@m_ras ,@m_sl ,@ren_solid ,@m_c1 );
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/
H A Dgradients_contour.dpr103 m_c1 ,
221 m_c1.Construct (310.0 ,10.0 ,400.0 ,16.0 ,not flip_y_ );
262 add_ctrl(@m_c1 );
264 m_c1.label_('C1=%1.0f' );
265 m_c1.range_(0.0 ,512.0 );
266 m_c1.value_(0.0 );
267 m_c1.no_transform;
566 m_c1.Destruct;
1562 gcont.d1(m_c1._value );
1856 render_ctrl(@m_ras ,@m_sl ,@ren_solid ,@m_c1 );
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dstyleselection.cpp1242 TPixel32 m_c0, m_c1; member in __anond15dfb6b0311::UndoBlendColor
1252 , m_c1(c1) { in UndoBlendColor()
1289 blend(m_c0, m_c1, (double)i / (double)(m_colorStyles.size() - 1))); in redo()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletSoftBody/
H A DbtSoftBodyInternals.h1039 c.m_c1 = ra; in DoNode()
1099 c.m_c1 = ra; in DoNode()
1201 c.m_c1 = ra; in DoNode()
H A DbtDeformableContactProjection.cpp141 anchor.m_c1 = anchor.m_cti.m_colObj->getWorldTransform().getBasis() * anchor.m_local; in setConstraints()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletSoftBody/
H A DbtSoftBodyInternals.h1039 c.m_c1 = ra; in DoNode()
1099 c.m_c1 = ra; in DoNode()
1201 c.m_c1 = ra; in DoNode()
H A DbtDeformableContactProjection.cpp141 anchor.m_c1 = anchor.m_cti.m_colObj->getWorldTransform().getBasis() * anchor.m_local; in setConstraints()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/test/impl/
H A Dframework.ipp1489 swap_on_delete(Cont& c1, Cont& c2) : m_c1(c1), m_c2(c2){}
1491 m_c1.swap(m_c2);
1494 Cont& m_c1;
/dports/devel/boost-docs/boost_1_72_0/boost/test/impl/
H A Dframework.ipp1599 swap_on_delete(Cont& c1, Cont& c2) : m_c1(c1), m_c2(c2){}
1601 m_c1.swap(m_c2);
1604 Cont& m_c1;

1234567