Home
last modified time | relevance | path

Searched refs:setTranslation (Results 1 – 17 of 17) sorted by relevance

/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
DRenderDeviceJme.java246 tempMat.setTranslation(x, getHeight() - y, 0); in renderFont()
294 tempMat.setTranslation(x0, getHeight() - y0, 0); in renderImage()
320 tempMat.setTranslation(x0, getHeight() - y0, 0); in renderImage()
335 tempMat.setTranslation(x, getHeight() - y, 0); in renderQuad()
362 tempMat.setTranslation(x, getHeight() - y, 0); in renderQuad()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/shapebuilders/
DArrowShapeBuilder.java67 transform.setTranslation(obtainV3().set(direction).scl(stemLength / 2).add(x1, y1, z1)); in build()
72 transform.setTranslation(obtainV3().set(direction).scl(stemLength).add(x1, y1, z1)); in build()
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
DGeometry.java351 cachedOffsetMat.setTranslation(prevBatchTransforms.getTranslation()); in computeOffsetTransform()
362 tmpMat.setTranslation(batchNode.getTransforms(this).getTranslation()); in computeOffsetTransform()
393 cachedWorldMat.setTranslation(worldTransform.getTranslation()); in computeWorldMatrix()
DSpatial.java865 this.localTransform.setTranslation(localTranslation); in setLocalTranslation()
874 this.localTransform.setTranslation(x, y, z); in setLocalTranslation()
1452 store.setTranslation(getWorldTranslation()); in getLocalToWorldMatrix()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
DFeature.java207 transform.setTranslation(m.toTranslationVector()); in applyTransform()
226 transform.setTranslation(m.mult(transform.getTranslation())); in applyTransform()
296 result.setTranslation(transform.getTranslation()); in toMatrix()
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DTransform.java92 public Transform setTranslation(Vector3f trans) { in setTranslation() method in Transform
221 public Transform setTranslation(float x,float y, float z) { in setTranslation() method in Transform
DMatrix4f.java1756 public void setTranslation(float[] translation) { in setTranslation() method in Matrix4f
1776 public void setTranslation(float x, float y, float z) { in setTranslation() method in Matrix4f
1788 public void setTranslation(Vector3f translation) { in setTranslation() method in Matrix4f
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
DBoneContext.java138 …poseTransform.setTranslation(loc.get(0).floatValue(), -loc.get(2).floatValue(), loc.get(1).floatVa… in computePoseTransform()
142 …poseTransform.setTranslation(loc.get(0).floatValue(), loc.get(1).floatValue(), loc.get(2).floatVal… in computePoseTransform()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/
DParticleController.java106 public void setTranslation (Vector3 translation) { in setTranslation() method in ParticleController
107 this.transform.setTranslation(translation); in setTranslation()
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
DOcclusionCullingTest.java136 …e.body.setWorldTransform(e.transform.setToRotation(Vector3.Y, rotationY).setTranslation(position)); in addOccluder()
158 entity.modelInstance.transform.setToRotation(Vector3.Y, rotationY).setTranslation(position); in addRandomOccludee()
436 frustumInstance.transform.setTranslation(frustumCamPos); in update()
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
DLightsTest.java81 pLight.worldTransform.setTranslation(pointLight.position); in render()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
DObjectHelper.java304 …globalMatrix.setTranslation(loc.get(0).floatValue(), loc.get(1).floatValue(), loc.get(2).floatValu… in getTransformation()
383 result.setTranslation(translation); in getMatrix()
/external/libgdx/gdx/src/com/badlogic/gdx/math/
DMatrix4.java614 public Matrix4 setTranslation (Vector3 vector) { in setTranslation() method in Matrix4
627 public Matrix4 setTranslation (float x, float y, float z) { in setTranslation() method in Matrix4
918 setTranslation(tmpUp.scl(w).add(right.scl(1 - w))); in avg()
943 setTranslation(tmpForward); in avg()
968 setTranslation(tmpForward); in avg()
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/
DFloatToFixed.java344 transform.setTranslation(offset.negate().multLocal(invScale)); in convertPositions()
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/math/
DMatrix4.java692 public Matrix4 setTranslation (Vector3 vector) { in setTranslation() method in Matrix4
705 public Matrix4 setTranslation (float x, float y, float z) { in setTranslation() method in Matrix4
997 setTranslation(tmpUp.scl(w).add(right.scl(1 - w))); in avg()
1024 setTranslation(tmpForward); in avg()
1051 setTranslation(tmpForward); in avg()
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
DRenderManager.java971 orthoMatrix.setTranslation(-1f, -1f, 0f); in setViewPort()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/
DCurvesHelper.java452 m.setTranslation(p); in applyBevelAndTaper()