HomeSort by relevance Sort by last modified time
    Searched refs:Rotation (Results 1 - 16 of 16) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
ListenerParam.java 38 Rotation,
Listener.java 42 private Quaternion rotation; field in class:Listener
49 rotation = new Quaternion();
55 rotation = source.rotation.clone();
78 return rotation;
86 return rotation.getRotationColumn(0);
90 return rotation.getRotationColumn(1);
94 return rotation.getRotationColumn(2);
103 public void setRotation(Quaternion rotation) {
104 this.rotation.set(rotation)
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
AnimationFactory.java 41 * you can add some keyFrames for a given time or a given keyFrameIndex, for translation rotation and scale.
58 * step for splitting rotation that have a n ange above PI/2
67 Translation, Rotation, Scale;
71 * Inner Rotation type class to kep track on a rotation Euler angle
73 protected class Rotation {
76 * The rotation Quaternion
78 Quaternion rotation = new Quaternion(); field in class:AnimationFactory.Rotation
80 * This rotation expressed in Euler angles
84 * the index of the parent key frame is this keyFrame is a splitted rotation
    [all...]
  /external/ceres-solver/internal/ceres/
rotation_test.cc 37 #include "ceres/rotation.h"
198 TEST(Rotation, ZeroAngleAxisToQuaternion) {
208 TEST(Rotation, SmallAngleAxisToQuaternion) {
220 TEST(Rotation, TinyAngleAxisToQuaternion) {
231 // Transforms a rotation by pi/2 around X to a quaternion.
232 TEST(Rotation, XRotationToQuaternion) {
242 TEST(Rotation, UnitQuaternionToAngleAxis) {
251 TEST(Rotation, YRotationQuaternionToAngleAxis) {
261 TEST(Rotation, ZRotationQuaternionToAngleAxis) {
270 TEST(Rotation, SmallQuaternionToAngleAxis)
    [all...]
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.cpp 664 int Rotation = 0;
688 // Now we have to work out the amount of rotation needed. The first part of
691 Rotation = CountTrailingZeros_64(Imm);
692 if (Rotation == 0) {
695 Rotation = RegWidth == 64 ? CountLeadingOnes_64(Imm)
697 Rotation = RepeatWidth - Rotation;
700 uint64_t ReplicatedOnes = (ReplicatedMask >> Rotation)
701 | ((ReplicatedMask << (RepeatWidth - Rotation)) & RepeatMask);
717 uint32_t ImmR = RepeatWidth - Rotation;
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
MotionTrack.java 68 protected Quaternion rotation; field in class:MotionTrack
96 * The target rotates with the given rotation
98 Rotation,
202 oc.write(rotation, "rotation", Quaternion.IDENTITY);
213 rotation = (Quaternion) in.readSavable("rotation", Quaternion.IDENTITY);
239 if (rotation != null) {
242 q2.multLocal(rotation);
246 case Rotation
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.h 121 Rotation saved_rotation;
SDL_x11sym.h 204 SDL_X11_SYM(SizeID,XRRConfigCurrentConfiguration,(XRRScreenConfiguration *config,Rotation *rotation),(config,rotation),return)
206 SDL_X11_SYM(Status,XRRSetScreenConfig,(Display *dpy, XRRScreenConfiguration *config, Drawable draw, int size_index, Rotation rotation, Time timestamp),(dpy,config,draw,size_index,rotation,timestamp),return)
SDL_x11modes.c 291 Rotation cur_rotation;
    [all...]
  /external/jmonkeyengine/engine/src/android/com/jme3/audio/android/
AndroidAudioRenderer.java 206 case Rotation:
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-cube.js 1 // 3D Cube Rotation
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-cube.js 1 // 3D Cube Rotation
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/audio/lwjgl/
LwjglAudioRenderer.java 527 case Rotation:
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 

Completed in 612 milliseconds