OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLocalRotation
(Results
1 - 18
of
18
) sorted by null
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
CalculationBone.java
105
rotations[frame].set(this.
getLocalRotation
());
126
return bone.getName() + ": " + this.
getLocalRotation
() + " " + this.getLocalTranslation();
BoneContext.java
147
Transform localTransform = new Transform(bone.getLocalPosition(), bone.
getLocalRotation
());
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
Feature.java
161
Transform localTransform = new Transform(bone.getLocalPosition(), bone.
getLocalRotation
());
169
Transform poseTransform = new Transform(bone.getLocalPosition(), bone.
getLocalRotation
());
173
Transform parentLocalTransform = new Transform(bone.getLocalPosition(), bone.
getLocalRotation
());
237
Quaternion parentLocalRotation = bone.
getLocalRotation
().mult(transform.getRotation());
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/infos/
RigidBodyMotionState.java
70
Quaternion localRotationQuat = spatial.
getLocalRotation
();
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/util/
DebugShapeFactory.java
85
tempRot.set(geometry.
getLocalRotation
());
/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
CameraControl.java
125
spatial.setLocalRotation(worldDiff.addLocal(spatial.
getLocalRotation
()));
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestRagdollCharacter.java
219
model.move(model.
getLocalRotation
().multLocal(new Vector3f(0,0,1)).multLocal(tpf));
221
model.move(model.
getLocalRotation
().multLocal(new Vector3f(0,0,1)).multLocal(-tpf));
TestBoneRagdoll.java
155
model.
getLocalRotation
().toAngles(angles);
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
GhostControl.java
64
return spatial.
getLocalRotation
();
CharacterControl.java
133
Quaternion localRotationQuat = spatial.
getLocalRotation
();
RigidBodyControl.java
196
return spatial.
getLocalRotation
();
VehicleControl.java
79
return spatial.
getLocalRotation
();
KinematicRagdollControl.java
311
Quaternion initRotation = model.
getLocalRotation
().clone();
[
all
...]
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/
DebugShapeFactory.java
95
tempRot.set(geometry.
getLocalRotation
());
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
VehicleWheel.java
103
Quaternion localRotationQuat = wheelSpatial.
getLocalRotation
();
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
Bone.java
187
public Quaternion
getLocalRotation
() {
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
VehicleWheel.java
99
Quaternion localRotationQuat = wheelSpatial.
getLocalRotation
();
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
Spatial.java
413
getLocalRotation
().lookAt(compVecA, upVector);
776
* <code>
getLocalRotation
</code> retrieves the local rotation of this
781
public Quaternion
getLocalRotation
() {
[
all
...]
Completed in 684 milliseconds