OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:factb
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btSliderConstraint.cpp
285
btScalar factA,
factB
;
294
factB
= btScalar(1.0f) - factA;
302
ax1 = ax1A * factA + ax1B *
factB
;
398
relB = orthoB - totalDist *
factB
;
400
p = orthoB * factA + orthoA *
factB
;
422
tmpB *=
factB
;
438
for (i=0; i<3; i++) info->m_J2angularAxis[s2+i] =
factB
*tmp[i];
441
for (i=0; i<3; i++) info->m_J2angularAxis[s3+i] =
factB
*tmp[i];
518
info->m_J2angularAxis[srow+0] =
factB
*ltd[0];
519
info->m_J2angularAxis[srow+1] =
factB
*ltd[1]
[
all
...]
btHingeConstraint.cpp
795
btScalar factA,
factB
;
804
factB
= btScalar(1.0f) - factA;
809
btVector3 ax1 = ax1A * factA + ax1B *
factB
;
833
relB = orthoB - totalDist *
factB
;
835
p = orthoB * factA + orthoA *
factB
;
857
tmpB *=
factB
;
867
tmpB *=
factB
;
[
all
...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
FastMath.java
3314
final double
factb
= 1.997844754509471E-9;
local
3339
final double
factb
= 3.145894820876798E-6;
local
[
all
...]
Completed in 498 milliseconds