OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getWorldBindPosition
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
Feature.java
165
Transform worldTransform = new Transform(bone.
getWorldBindPosition
(), bone.getWorldBindRotation());
261
result.setTransform(bone.
getWorldBindPosition
(), bone.getWorldBindScale(), bone.getWorldBindRotation().toRotationMatrix());
279
result.setTransform(parent.
getWorldBindPosition
(), parent.getWorldBindScale(), parent.getWorldBindRotation().toRotationMatrix());
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
Bone.java
271
public Vector3f
getWorldBindPosition
() {
Completed in 3183 milliseconds