OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startRotation
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/transition/
Rotate.java
51
float
startRotation
= (Float) startValues.values.get(PROPNAME_ROTATION);
53
if (
startRotation
!= endRotation) {
54
view.setRotation(
startRotation
);
56
startRotation
, endRotation);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
CalculationBone.java
22
private Quaternion
startRotation
;
31
this.
startRotation
= bone.getModelSpaceRotation().clone();
41
Arrays.fill(this.rotations, 0, boneFramesCount, this.
startRotation
);
86
this.setLocalRotation(
startRotation
);
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
RotationTrack.java
30
private Quaternion
startRotation
= new Quaternion();
81
startRotation
.set(spatial.getWorldRotation());
95
q.set(
startRotation
).slerp(endRotation, value);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
ConstraintRotLike.java
81
Quaternion
startRotation
= ownerRotation.clone();
84
offset =
startRotation
;
Completed in 105 milliseconds