HomeSort by relevance Sort by last modified time
    Searched full:rotations (Results 26 - 50 of 261) sorted by null

12 3 4 5 6 7 8 91011

  /external/skia/site/
index.md 36 <tr><th>Translations and Rotations</th><th>Text Rendering</th></tr>
39 <a href='https://fiddle.skia.org/c/@rotations'><img src='https://fiddle.skia.org/i/@rotations_raster.png'></a>
  /external/skqp/site/
index.md 36 <tr><th>Translations and Rotations</th><th>Text Rendering</th></tr>
39 <a href='https://fiddle.skia.org/c/@rotations'><img src='https://fiddle.skia.org/i/@rotations_raster.png'></a>
  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
NotARotationMatrixException.java 24 * This class represents exceptions thrown while building rotations
Rotation.java 27 * This class implements rotations in a three-dimensional space.
29 * <p>Rotations can be represented by several different mathematical
76 * <p>Since a rotation is basically a vectorial operator, several rotations can be
81 * rotations as well (or to itself). With our previous notations, we would say we
87 * <p>Rotations are guaranteed to be immutable objects.</p>
435 /** Build one of the rotations that transform one vector into another one.
439 * infinite number of such rotations, this constructor choose the
477 /** Build a rotation from three Cardan or Euler elementary rotations.
479 * <p>Cardan rotations are three successive rotations around th
    [all...]
  /external/eigen/Eigen/
Geometry 23 * - translation, scaling, 2D and 3D rotations
  /packages/apps/Camera2/src/com/android/camera/data/
Metadata.java 27 // (Or having a central place to deal with the standard rotations)
  /external/eigen/Eigen/src/Geometry/
Rotation2D.h 27 * dealing with rotations.
100 /** Concatenates two rotations */
104 /** Concatenates two rotations */
AngleAxis.h 103 /** Concatenates two rotations */
107 /** Concatenates two rotations */
111 /** Concatenates two rotations */
  /external/python/cpython3/Lib/test/
test_turtle.py 351 rotations = [10, 20, 170, 300]
352 result = sum(rotations) % 360
353 for num in rotations:
358 result = (360-sum(rotations)) % 360
359 for num in rotations:
364 rotations = [10, 20, -170, 300, -210, 34.3, -50.2, -10, -29.98, 500]
366 for num in rotations:
  /external/deqp/scripts/
build_android_mustpass.py 115 # Rotations
163 # Rotations
237 # Rotations
292 # Rotations
410 # Rotations
480 # Rotations
  /external/autotest/server/site_tests/network_WiFi_PTK/
network_WiFi_PTK.py 16 """Test that pairwise temporal key rotations work as expected."""
  /external/eigen/doc/
TutorialGeometry.dox 5 In this page, we will introduce the many possibilities offered by the \ref Geometry_Module "geometry module" to deal with 2D and 3D rotations and projective or affine transformations.
10 - Abstract transformations, such as rotations (represented by \ref AngleAxis "angle and axis" or by a \ref Quaternion "quaternion"), \ref Translation "translations", \ref Scaling "scalings". These transformations are NOT represented as matrices, but you can nevertheless mix them with matrices and vectors in expressions, and convert them to matrices if you wish.
63 <em class=note>(pure rotations, \n scaling, etc.)</em></td><td>\code
69 <strong>Notes on rotations</strong>\n To transform more than a single vector the preferred
  /external/glide/library/src/main/java/com/bumptech/glide/signature/
MediaStoreSignature.java 11 * edits, rotations, and temporary file replacement.
  /frameworks/base/core/res/res/values-sw600dp/
config.xml 33 rotations as the default behavior. -->
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_rotator.h 54 unsigned char rotations; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8994/kernel-headers/linux/
msm_rotator.h 45 unsigned char rotations; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_rotator.h 45 unsigned char rotations; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8998/kernel-headers/linux/
msm_rotator.h 45 unsigned char rotations; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x09/kernel-headers/linux/
msm_rotator.h 45 unsigned char rotations; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_rotator.h 45 unsigned char rotations; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x27/kernel-headers/linux/
msm_rotator.h 45 unsigned char rotations; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_rotator.h 45 unsigned char rotations; member in struct:msm_rotator_img_info
  /packages/apps/Camera2/src/com/android/camera/one/v2/photo/
ImageRotationCalculatorImpl.java 32 * sensor rotation and front/back-facing property to calculate image rotations.
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
CardFlipActivity.java 126 // rotations when switching to the back of the card, as well as animator
127 // resources representing rotations when flipping back to the front (e.g. when
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
Manager.java 269 * @param rotations Quaternion containing the current rotation.
272 public void calculateRotationData(float[] rotations, float[] translation) {
273 RotationData rotationData = mRobustnessTest.getRotationData(rotations, translation);

Completed in 646 milliseconds

12 3 4 5 6 7 8 91011