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

/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
H A DNonMonotonousSequenceException.java100 public MathUtils.OrderDirection getDirection() { method in class:NonMonotonousSequenceException
/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/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidiRun.java140 public byte getDirection() method in class:BidiRun
H A DBidi.java305 * byte direction = line.getDirection();
332 * run.getDirection(), style);
339 * run.getLimit(), run.getDirection(),
650 * <li>As return value for <code>getDirection()</code>, it means
664 * <li>As return value for <code>getDirection()</code>, it means
677 * <p>As return value for <code>getDirection()</code>, it means
4371 public byte getDirection() method in class:Bidi
5432 return (getDirection() == LTR && (paraLevel & 1) == 0);
5448 return (getDirection() == RTL && (paraLevel & 1) == 1);
5619 if (((1 << UCharacter.getDirection(tex
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/audio/
H A DListener.java93 public Vector3f getDirection(){ method in class:Listener
H A DAudioNode.java625 public Vector3f getDirection() { method in class:AudioNode
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DLine.java95 * <code>getDirection</code> returns the direction of the line.
98 public Vector3f getDirection() { method in class:Line
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
H A DRay.java466 * <code>getDirection</code> retrieves the direction vector of the ray.
469 public Vector3f getDirection() { method in class:Ray
491 direction.set(source.getDirection());
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
H A DSemiVariance.java283 final boolean booleanDirection = direction.getDirection();
375 boolean getDirection () { method in class:SemiVariance.Direction
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/
H A DBasicShadowRenderer.java107 public Vector3f getDirection() { method in class:BasicShadowRenderer
H A DPssmShadowRenderer.java319 public Vector3f getDirection() { method in class:PssmShadowRenderer
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
H A DMotionTrack.java333 public Vector3f getDirection() { method in class:MotionTrack
/external/icu/icu4c/source/layoutex/layout/
H A DParagraphLayout.h230 inline UBiDiDirection getDirection() const;
685 inline UBiDiDirection ParagraphLayout::VisualRun::getDirection() const function in class:ParagraphLayout::VisualRun
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
H A DVehicleWheel.java144 public Vector3f getDirection() { method in class:VehicleWheel
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
H A DVehicleWheel.java139 public Vector3f getDirection() { method in class:VehicleWheel
/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h151 /// getDirection - Returns the direction associated with a particular
153 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; } function in class:llvm::Dependence
241 /// getDirection - Returns the direction associated with a particular
243 unsigned getDirection(unsigned Level) const override;
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
H A DCamera.java599 * <code>getDirection</code> retrieves the direction vector the camera is
603 * @see Camera#getDirection()
605 public Vector3f getDirection() { method in class:Camera
630 * <code>getDirection</code> retrieves the direction vector the camera is
634 * @see Camera#getDirection()
636 public Vector3f getDirection(Vector3f store) { method in class:Camera
1215 Vector3f direction = getDirection(vars.vect2);
1383 return "Camera[location=" + location + "\n, direction=" + getDirection() + "\n"
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp241 // getDirection - Returns the direction associated with a particular level.
242 unsigned FullDependence::getDirection(unsigned Level) const { function in class:FullDependence
602 unsigned Direction = getDirection(II);
3676 if (!(Result.getDirection(II) & Dependence::DVEntry::EQ)) {
3687 if (Result.getDirection(II) != Dependence::DVEntry::EQ) {
/external/skia/src/core/
H A DSkPath.cpp2081 SkPath::Direction getDirection() const { return fDirection; } function in struct:Convexicator
2281 fDirection = state.getDirection();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUCharacter.java4144 public static int getDirection(int ch) method in class:UCharacter
6177 * @see #getDirection
6182 return (byte)getDirection(cp);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 2220 milliseconds