Home
last modified time | relevance | path

Searched refs:getDirection (Results 1 – 25 of 70) sorted by relevance

123

/external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
DBIHNode.java310 Vector3f d = vars.vect2.set(r.getDirection()); in intersectWhere()
317 inv.multNormal(r.getDirection(), r.getDirection()); in intersectWhere()
324 float[] invDirections = {1f / r.getDirection().x, in intersectWhere()
325 1f / r.getDirection().y, in intersectWhere()
326 1f / r.getDirection().z}; in intersectWhere()
328 r.getDirection().normalizeLocal(); in intersectWhere()
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DLineSegment.java67 this.direction = new Vector3f(ls.getDirection()); in LineSegment()
94 this.direction = new Vector3f(ls.getDirection()); in set()
139 float negativeDirectionDot = -(direction.dot(test.getDirection())); in distanceSquared()
141 float diffTestDot = -(compVec1.dot(test.getDirection())); in distanceSquared()
421 float fA01 = -r.getDirection().dot(direction); in distanceSquared()
422 float fB0 = kDiff.dot(r.getDirection()); in distanceSquared()
538 public Vector3f getDirection() { in getDirection() method in LineSegment
DRay.java469 public Vector3f getDirection() { in getDirection() method in Ray
491 direction.set(source.getDirection()); in set()
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
DTestCcd.java137 … bulletg.getControl(RigidBodyControl.class).setLinearVelocity(cam.getDirection().mult(40)); in onAction()
147 … bulletg.getControl(RigidBodyControl.class).setLinearVelocity(cam.getDirection().mult(40)); in onAction()
DTestWalkingChar.java322 Vector3f camDir = cam.getDirection().clone().multLocal(0.1f); in simpleUpdate()
399 bulletg.setLocalTranslation(character.getPhysicsLocation().add(cam.getDirection().mult(5))); in bulletControl()
402 bulletControl.setLinearVelocity(cam.getDirection().mult(80)); in bulletControl()
DTestBoneRagdoll.java189 bulletNode.setLinearVelocity(cam.getDirection().mult(80)); in simpleInitApp()
204 bulletNode.setLinearVelocity(cam.getDirection().mult(180)); in simpleInitApp()
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/
DShadowCamera.java65 lightCam.lookAtDirection(dl.getDirection(), Vector3f.UNIT_Y); in updateLightCamera()
/external/jmonkeyengine/engine/src/core/com/jme3/light/
DDirectionalLight.java66 public Vector3f getDirection() { in getDirection() method in DirectionalLight
DSpotLight.java92 public Vector3f getDirection() { in getDirection() method in SpotLight
/external/jmonkeyengine/engine/src/test/jme3test/light/
DTestSpotLightTerrain.java104 sl.setDirection(cam.getDirection()); in simpleInitApp()
112 sl.setDirection(cam.getDirection()); in simpleUpdate()
/external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
DSimpleWaterProcessor.java191 ray.setDirection(sceneCam.getDirection()); in postQueue()
206 ray.setDirection(ray.getDirection().negateLocal()); in postQueue()
226 …tionCam.getLeft().negateLocal(), reflectionCam.getUp(), reflectionCam.getDirection().negateLocal()… in postQueue()
DWaterFilter.java151 ray.setDirection(sceneCam.getDirection()); in preFrame()
156 ray.setDirection(ray.getDirection().negateLocal()); in preFrame()
180 …tionCam.getLeft().negateLocal(), reflectionCam.getUp(), reflectionCam.getDirection().negateLocal()… in preFrame()
231 lightDirection = l.getDirection(); in initFilter()
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/
DOpaqueComparator.java58 Vector3f viewVector = cam.getDirection(tempVec2); in distanceToCam()
DTransparentComparator.java64 Vector3f viewVector = cam.getDirection(); in distanceToCam2()
/external/jmonkeyengine/engine/src/core/com/jme3/audio/
DListener.java93 public Vector3f getDirection(){ in getDirection() method in Listener
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
DPhysicsVehicle.java139 …etVehicleId(vehicleId, addWheel(vehicleId, wheel.getLocation(), wheel.getDirection(), wheel.getAxl… in createVehicle()
191 …etVehicleId(vehicleId, addWheel(vehicleId, wheel.getLocation(), wheel.getDirection(), wheel.getAxl… in addWheel()
518 Vector3f direction = physicsVehicleWheel.getDirection().clone(); in getDebugShape()
/external/icu4c/layoutex/layout/
DParagraphLayout.h223 inline UBiDiDirection getDirection() const;
678 inline UBiDiDirection ParagraphLayout::VisualRun::getDirection() const in getDirection() function
/external/jmonkeyengine/engine/src/core/com/jme3/input/
DFlyByCamera.java258 Vector3f dir = cam.getDirection(); in rotateCamera()
311 cam.getDirection(vel); in moveCamera()
/external/jmonkeyengine/engine/src/core/com/jme3/app/
DDebugKeysAppState.java110 System.out.println("Camera Direction: " + cam.getDirection()); in onAction()
/external/smack/src/org/jivesoftware/smackx/carbons/
DCarbon.java57 public Direction getDirection() { in getDirection() method in Carbon
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
DVehicleControl.java112 …VehicleWheel newWheel = control.addWheel(wheel.getLocation(), wheel.getDirection(), wheel.getAxle(… in cloneForSpatial()
201 Vector3f direction = physicsVehicleWheel.getDirection().clone(); in render()
/external/jmonkeyengine/engine/src/test/jme3test/batching/
DTestBatchNode.java88 dl.setDirection(cam.getDirection()); in simpleUpdate()
/external/jmonkeyengine/engine/src/android/com/jme3/audio/android/
DAndroidAudioRenderer.java149 Vector3f dir = src.getDirection(); in updateSourceParam()
207 Vector3f dir = listener.getDirection(); in updateListenerParam()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
DPhysicsVehicle.java133 …Wheel(Converter.convert(wheel.getLocation()), Converter.convert(wheel.getDirection()), Converter.c… in createVehicle()
501 Vector3f direction = physicsVehicleWheel.getDirection().clone(); in getDebugShape()
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h144 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; } in getDirection() function
213 unsigned getDirection(unsigned Level) const;

123