OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:twist
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/crypto/
random.c
75
static const u32
twist
[8] = {
local
94
pool[pool_pos] = (w >> 3) ^
twist
[w & 7];
/external/libgdx/gdx/src/com/badlogic/gdx/math/
Quaternion.java
809
/** Get the swing rotation and
twist
rotation for the specified axis. The
twist
rotation represents the rotation around the
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btConeTwistConstraint.cpp
483
// don't let cone response affect
twist
484
// (this can happen since body A's
twist
doesn't match body B's AND we use an elliptical cone limit)
499
// solve
twist
limit
593
//
Twist
limits
599
btScalar
twist
= btAtan2Fast( TwistRef.dot(b1Axis3), TwistRef.dot(b1Axis2) );
local
600
m_twistAngle =
twist
;
604
if (
twist
<= -m_twistSpan*lockedFreeFactor)
606
m_twistCorrection = -(
twist
+ m_twistSpan);
612
else if (
twist
> m_twistSpan*lockedFreeFactor)
614
m_twistCorrection = (
twist
- m_twistSpan)
[
all
...]
Completed in 94 milliseconds