Searched defs:setDirection (Results 1 - 13 of 13) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/light/
H A DDirectionalLight.java64 * @see DirectionalLight#setDirection(com.jme3.math.Vector3f)
78 public void setDirection(Vector3f dir){ method in class:DirectionalLight
H A DSpotLight.java96 public void setDirection(Vector3f direction) { method in class:SpotLight
/external/webkit/Source/WebCore/rendering/style/
H A DStyleReflection.h52 void setDirection(CSSReflectionDirection dir) { m_direction = dir; } function in class:WebCore::StyleReflection
H A DRenderStyle.h937 void setDirection(TextDirection v) { inherited_flags._direction = v; } function in class:WebCore::RenderStyle
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DLine.java104 * <code>setDirection</code> sets the direction of the line.
107 public void setDirection(Vector3f direction) { method in class:Line
H A DLineSegment.java542 public void setDirection(Vector3f direction) { method in class:LineSegment
H A DRay.java84 setDirection(direction);
475 * <code>setDirection</code> sets the direction vector of the ray.
478 public void setDirection(Vector3f direction) { method in class:Ray
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/
H A DBasicShadowRenderer.java115 public void setDirection(Vector3f direction) { method in class:BasicShadowRenderer
H A DPssmShadowRenderer.java327 public void setDirection(Vector3f direction) { method in class:PssmShadowRenderer
354 //shadowCam.setDirection(direction);
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
H A DMotionTrack.java342 public void setDirection(Vector3f direction) { method in class:MotionTrack
/external/jmonkeyengine/engine/src/core/com/jme3/audio/
H A DAudioNode.java609 * {@link AudioNode#setDirection(com.jme3.math.Vector3f) }
623 * @see AudioNode#setDirection(com.jme3.math.Vector3f)
636 public void setDirection(Vector3f direction) { method in class:AudioNode
/external/webkit/Source/WebCore/platform/animation/
H A DAnimation.h101 void setDirection(AnimationDirection d) { m_direction = d; m_directionSet = true; } function in class:WebCore::Animation
/external/clang/include/clang/AST/
H A DComment.h721 void setDirection(PassDirection Direction, bool Explicit) { function in class:clang::comments::ParamCommandComment

Completed in 234 milliseconds