Home
last modified time | relevance | path

Searched refs:influence (Results 1 – 25 of 34) sorted by relevance

12

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
DConstraintSizeLike.java81 private void sizeLike(Vector3f ownerScale, Vector3f targetScale, float influence) { in sizeLike() argument
88 ownerScale.x = targetScale.x * influence + (1.0f - influence) * ownerScale.x; in sizeLike()
91 ownerScale.y = targetScale.y * influence + (1.0f - influence) * ownerScale.y; in sizeLike()
94 ownerScale.z = targetScale.z * influence + (1.0f - influence) * ownerScale.z; in sizeLike()
DConstraintLocLimit.java105 private void locLimit(Vector3f translation, float influence) { in locLimit() argument
108 translation.x -= (translation.x - limits[0][0]) * influence; in locLimit()
113 translation.x -= (translation.x - limits[0][1]) * influence; in locLimit()
118 translation.y -= (translation.y - limits[1][0]) * influence; in locLimit()
123 translation.y -= (translation.y - limits[1][1]) * influence; in locLimit()
128 translation.z -= (translation.z - limits[2][0]) * influence; in locLimit()
133 translation.z -= (translation.z - limits[2][1]) * influence; in locLimit()
DConstraintSizeLimit.java99 private void sizeLimit(Vector3f scale, float influence) { in sizeLimit() argument
102 scale.x -= (scale.x - limits[0][0]) * influence; in sizeLimit()
107 scale.x -= (scale.x - limits[0][1]) * influence; in sizeLimit()
112 scale.y -= (scale.y - limits[1][0]) * influence; in sizeLimit()
117 scale.y -= (scale.y - limits[1][1]) * influence; in sizeLimit()
122 scale.z -= (scale.z - limits[2][0]) * influence; in sizeLimit()
127 scale.z -= (scale.z - limits[2][1]) * influence; in sizeLimit()
DConstraintRotLimit.java117 private void rotLimit(float[] angles, float influence) { in rotLimit() argument
121 difference = (angles[0] - limits[0][0]) * influence; in rotLimit()
123 difference = (angles[0] - limits[0][1]) * influence; in rotLimit()
130 difference = (angles[1] - limits[1][0]) * influence; in rotLimit()
132 difference = (angles[1] - limits[1][1]) * influence; in rotLimit()
139 difference = (angles[2] - limits[2][0]) * influence; in rotLimit()
141 difference = (angles[2] - limits[2][1]) * influence; in rotLimit()
DConstraintDistLimit.java88 private void distLimit(Vector3f currentLocation, Vector3f targetLocation, float influence) { in distLimit() argument
96 v.multLocal(dist + (currentDistance - dist) * (1.0f - influence)); in distLimit()
103 v.multLocal(dist + (currentDistance - dist) * (1.0f - influence)); in distLimit()
106 v.normalizeLocal().multLocal(dist * influence); in distLimit()
112 v = targetLocation.subtract(currentLocation).normalizeLocal().multLocal(dist * influence); in distLimit()
DConstraintLocLike.java90 private void locLike(Vector3f ownerLocation, Vector3f targetLocation, float influence) { in locLike() argument
117 if(influence < 1.0f) { in locLike()
118 startLocation.subtractLocal(ownerLocation).normalizeLocal().mult(influence); in locLike()
DConstraintRotLike.java80 …oid rotLike(Quaternion ownerRotation, float[] ownerAngles, float[] targetAngles, float influence) { in rotLike() argument
107 if(influence < 1.0f) { in rotLike()
/external/llvm/test/CodeGen/X86/
Dsse-domains.ll11 ; The paddd instruction can only influence the other operations through the loop
/external/llvm/test/Transforms/Inline/
Dignore-debug-info.ll4 ; The purpose of this test is to check that debug info doesn't influence
/external/ceres-solver/docs/source/
Dfeatures.rst33 functions to reduce the influence of outliers.
Dtutorial.rst45 a scalar function that is used to reduce the influence of outliers on
565 :class:`LossFunction`. Loss functions, reduce the influence of
Dmodeling.rst42 a scalar valued function that is used to reduce the influence of
819 their influence.
839 down-weighted so they do not overly influence the final solution.
/external/valgrind/memcheck/tests/vbit-test/
DREADME51 influence the output (result) and whether the operator is supported on a
/external/llvm/docs/
DLexicon.rst21 Due to Clang's influence (mostly the fact that parsing and semantic
DBigEndianNEON.rst78 …ing which instructions to use, but which format to use (which will then influence which instructio…
/external/clang/test/SemaObjCXX/
Dinstancetype.mm157 // Check that inherited related return types influence the types of
/external/clang/test/SemaObjC/
Dinstancetype.m157 // Check that inherited related return types influence the types of
/external/llvm/test/DebugInfo/
Ddebug-info-always-inline.ll46 ; stack space and have no further influence on the prologue's line number information.
/external/ltrace/
Dconfigure.ac65 # test as soon as possible, as large file support may influence
/external/libexif/m4m/
Dgp-check-library.m451 dnl Parameters to ./configure which influence the GP_CHECK_LIBRARY results:
/external/llvm/docs/HistoricalNotes/
D2000-11-18-EarlyDesignIdeasResp.txt174 influence that the results have. Of course the problem with pure research
/external/llvm/test/CodeGen/AArch64/
Daarch64-dynamic-stack-layout.ll10 ; since the presence/absence of these has influence on the frame
/external/mksh/src/
Dcheck.t7510 Check if “set -o sh” does not influence built-in aliases
7533 Check if running as sh does not influence built-in aliases
7556 Check if “set -o sh” does not influence built-in aliases
7578 Check if running as sh does not influence built-in aliases
/external/clang/docs/
Ddoxygen.cfg.in534 # this will also influence the order of the classes in the class list.
/external/parameter-framework/doc/
DDoxyfile.in545 # this will also influence the order of the classes in the class list.

12