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

12 3 4 5 6 7 8 91011

  /external/skia/site/user/sample/
sampleapp.md 12 * Look at different angles - pressing the 'r' slowley rotates the slide.
  /hardware/bsp/intel/peripheral/libupm/
.clang-format 107 # No spaces in parentheses, angles, or square brackets
  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
Rotation.java 30 * entities (matrices, axe and angle, Cardan or Euler angles,
41 * matrix into a set of Cardan angles from can be done using the
44 * double[] angles = new Rotation(matrix, 1.0e-10).getAngles(RotationOrder.XYZ);
153 * <p>We use the convention that angles are oriented according to
486 * <p>Beware that many people routinely use the term Euler angles even
487 * for what really are Cardan angles (this confusion is especially
488 * widespread in the aerospace business where Roll, Pitch and Yaw angles
489 * are often wrongly tagged as Euler angles).</p>
576 /** Get the Cardan or Euler angles corresponding to the instance.
579 * different values of the Cardan or Euler angles set. For exampl
    [all...]
  /external/opencv3/samples/cpp/
squares.cpp 117 // if cosines of all angles are small
118 // (all angles are ~90 degree) then write quandrange
  /external/opencv3/samples/tapi/
squares.cpp 104 // if cosines of all angles are small
105 // (all angles are ~90 degree) then write quandrange
  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
SpeedAnglesClassifier.java 32 * angles which value is in [PI - ANGLE_DEVIATION, 2* PI) interval. The reason why the classifier
113 // Repetitions are being ignored so that proper angles are calculated.
  /frameworks/base/tools/orientationplot/
README.txt 50 2. Ensure that there is an appropriate gap between adjacent orientation angles
81 5. Each orientation has its own bound on allowable tilt angles. It's a good idea to
  /external/vulkan-validation-layers/libs/glm/gtc/
quaternion.hpp 94 /// Build a quaternion from euler angles (pitch, yaw, roll), in radians.
260 /// Returns euler angles, yitch as x, yaw as y, roll as z.
268 /// Returns roll value of euler angles expressed in radians if GLM_FORCE_RADIANS is defined or degrees otherwise.
274 /// Returns pitch value of euler angles expressed in radians if GLM_FORCE_RADIANS is defined or degrees otherwise.
280 /// Returns yaw value of euler angles expressed in radians if GLM_FORCE_RADIANS is defined or degrees otherwise.
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorManagerStaticTest.java 133 // avoid directly checking the rotation angles to avoid corner cases
191 // Avoid directly comparing rotation angles. Instead, compare the rotation matrix.
702 private static float [] mat9VRot(float [] angles) {
703 assertTrue(angles.length == 3);
705 float [] R = mat9Rot(SensorManager.AXIS_Z, -angles[0]);
707 R = mat9Mul(R, mat9Rot(SensorManager.AXIS_X, -angles[1]));
709 R = mat9Mul(R, mat9Rot(SensorManager.AXIS_Y, angles[2]));
  /frameworks/base/docs/html/guide/topics/sensors/
sensors_position.jd 260 // Express the updated rotation matrix as three orientation angles.
264 <p>The system computes the orientation angles by using a device's geomagnetic
267 orientation angles:
306 Note that these angles work off of a different coordinate system than the
392 // Compute the three orientation angles based on the most recent readings from
395 // Update rotation matrix, which is needed to update orientation angles.
410 device's raw orientation angles other than translating the sensor's
  /external/ceres-solver/internal/ceres/
rotation_test.cc 207 // Test that exact conversion works for small angles.
219 // Test that approximate conversion works for very small angles.
269 // Test that exact conversion works for small angles.
280 // Test that approximate conversion works for very small angles.
593 // Convert Euler angles from radians to degrees.
725 // Test that exact conversion works for small angles when jets are used.
745 // Test that conversion works for very small angles when jets are used.
781 // Test that exact conversion works for small angles.
801 // Test that conversion works for very small angles.
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftlcdfil.h 82 * gamma curves of a screen (viewing angles!), beveled filters are
138 * viewing angles. Note that while color-fringing is reduced, it can
148 * viewing angles. This filter works best when the rendering system
  /development/ndk/platforms/android-21/include/media/
NdkMediaMuxer.h 82 * The supported angles are 0, 90, 180, and 270 degrees.
  /external/eigen/test/
geo_eulerangles.cpp 86 // Check with random angles in range [0:pi]x[-pi:pi]x[-pi:pi].
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btHinge2Constraint.cpp 34 // 6DOF constraint uses Euler angles and to define limits
btUniversalConstraint.cpp 37 // 6DOF constraint uses Euler angles and to define limits
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btGrahamScan2dConvexHull.h 84 //also precompute angles
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
MathUtils.java 252 /** Linearly interpolates between two angles in radians. Takes into account that angles wrap at two pi and always takes the
264 /** Linearly interpolates between two angles in degrees. Takes into account that angles wrap at 360 degrees and always takes
Vector2.java 319 /** @return the angle in degrees of this vector (point) relative to the x-axis. Angles are towards the positive y-axis (typically
327 /** @return the angle in degrees of this vector (point) relative to the given vector. Angles are towards the positive y-axis
333 /** @return the angle in radians of this vector (point) relative to the x-axis. Angles are towards the positive y-axis.
339 /** @return the angle in radians of this vector (point) relative to the given vector. Angles are towards the positive y-axis.
  /external/libhevc/common/
ihevc_common_tables.c 175 * Intra pred angles
219 * Intra pred inverse angles
221 /* g_invAngTable = Inverse angle in Q5 format, required for negative angles */
486 /** g_invAngTable = Inverse angle in Q5 format, required for negative angles */
  /external/opencv3/apps/createsamples/
utility.hpp 64 * maxxangle - max rotation angles
  /external/skia/gm/
nonclosedpaths.cpp 45 // Use rect-like geometry for non-closed path, for right angles make it
  /frameworks/av/include/ndk/
NdkMediaMuxer.h 82 * The supported angles are 0, 90, 180, and 270 degrees.
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
FixedRotationFilter.java 32 * 4 rotation angles: 0, 90, 180, 270
  /frameworks/support/design/ics/android/support/design/widget/
FloatingActionButtonIcs.java 159 // KitKat seems to have an issue with views which are rotated with angles which are

Completed in 1401 milliseconds

12 3 4 5 6 7 8 91011