Searched refs:getDirection (Results 1 - 25 of 74) sorted by relevance

123

/external/jmonkeyengine/engine/src/core/com/jme3/shadow/
H A DShadowCamera.java65 lightCam.lookAtDirection(dl.getDirection(), Vector3f.UNIT_Y);
H A DBasicShadowRenderer.java107 public Vector3f getDirection() { method in class:BasicShadowRenderer
/external/jmonkeyengine/engine/src/core/com/jme3/audio/
H A DListener.java93 public Vector3f getDirection(){ method in class:Listener
/external/jmonkeyengine/engine/src/core/com/jme3/light/
H A DDirectionalLight.java66 public Vector3f getDirection() { method in class:DirectionalLight
H A DSpotLight.java92 public Vector3f getDirection() { method in class:SpotLight
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/
H A DOpaqueComparator.java58 Vector3f viewVector = cam.getDirection(tempVec2);
H A DTransparentComparator.java64 Vector3f viewVector = cam.getDirection();
/external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
H A DBIHNode.java310 Vector3f d = vars.vect2.set(r.getDirection());
317 inv.multNormal(r.getDirection(), r.getDirection());
318 // inv.multNormalAcross(r.getDirection(), r.getDirection());
324 float[] invDirections = {1f / r.getDirection().x,
325 1f / r.getDirection().y,
326 1f / r.getDirection().z};
328 r.getDirection().normalizeLocal();
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DTestCcd.java137 bulletg.getControl(RigidBodyControl.class).setLinearVelocity(cam.getDirection().mult(40));
147 bulletg.getControl(RigidBodyControl.class).setLinearVelocity(cam.getDirection().mult(40));
H A DTestQ3.java125 Vector3f camDir = cam.getDirection().clone().multLocal(0.6f);
/external/jmonkeyengine/engine/src/core/com/jme3/app/
H A DDebugKeysAppState.java110 System.out.println("Camera Direction: " + cam.getDirection());
/external/smack/src/org/jivesoftware/smackx/carbons/
H A DCarbon.java57 public Direction getDirection() { method in class:Carbon
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DLineSegment.java67 this.direction = new Vector3f(ls.getDirection());
94 this.direction = new Vector3f(ls.getDirection());
139 float negativeDirectionDot = -(direction.dot(test.getDirection()));
141 float diffTestDot = -(compVec1.dot(test.getDirection()));
421 float fA01 = -r.getDirection().dot(direction);
422 float fB0 = kDiff.dot(r.getDirection());
538 public Vector3f getDirection() { method in class:LineSegment
/external/jmonkeyengine/engine/src/test/jme3test/batching/
H A DTestBatchNode.java88 dl.setDirection(cam.getDirection());
/external/icu4c/layoutex/layout/
H A DParagraphLayout.h223 inline UBiDiDirection getDirection() const;
678 inline UBiDiDirection ParagraphLayout::VisualRun::getDirection() const function in class:ParagraphLayout::VisualRun
/external/jmonkeyengine/engine/src/core/com/jme3/input/
H A DFlyByCamera.java258 Vector3f dir = cam.getDirection();
311 cam.getDirection(vel);
/external/jmonkeyengine/engine/src/test/jme3test/light/
H A DTestSpotLightTerrain.java104 sl.setDirection(cam.getDirection());
112 sl.setDirection(cam.getDirection());
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
H A DPhysicsVehicle.java139 wheel.setVehicleId(vehicleId, addWheel(vehicleId, wheel.getLocation(), wheel.getDirection(), wheel.getAxle(), wheel.getRestLength(), wheel.getRadius(), tuning, wheel.isFrontWheel()));
191 wheel.setVehicleId(vehicleId, addWheel(vehicleId, wheel.getLocation(), wheel.getDirection(), wheel.getAxle(), wheel.getRestLength(), wheel.getRadius(), tuning, wheel.isFrontWheel()));
518 Vector3f direction = physicsVehicleWheel.getDirection().clone();
/external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
H A DSimpleWaterProcessor.java191 ray.setDirection(sceneCam.getDirection());
206 ray.setDirection(ray.getDirection().negateLocal());
226 reflectionCam.setAxes(reflectionCam.getLeft().negateLocal(), reflectionCam.getUp(), reflectionCam.getDirection().negateLocal());
H A DWaterFilter.java151 ray.setDirection(sceneCam.getDirection());
156 ray.setDirection(ray.getDirection().negateLocal());
180 reflectionCam.setAxes(reflectionCam.getLeft().negateLocal(), reflectionCam.getUp(), reflectionCam.getDirection().negateLocal());
231 lightDirection = l.getDirection();
/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
H A DLightControl.java152 vars.vect1.set(dLight.getDirection()).multLocal(-1.0f);
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/picking/
H A DBresenhamYUpGridTracer.java76 Vector3f direction = this.walkRay.getDirection();
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/
H A DHelloCollision.java168 Vector3f camDir = cam.getDirection().clone().multLocal(0.6f);
/external/jmonkeyengine/engine/src/test/jme3test/input/
H A DTestCameraNode.java115 direction.set(cam.getDirection()).normalizeLocal();
/external/jmonkeyengine/engine/src/android/com/jme3/audio/android/
H A DAndroidAudioRenderer.java149 Vector3f dir = src.getDirection();
207 Vector3f dir = listener.getDirection();

Completed in 698 milliseconds

123