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

  /external/ceres-solver/include/ceres/
rotation.h 119 // The {pitch,roll,yaw} Euler angles are rotations around the {x,y,z}
450 const T yaw(euler[2] * degrees_to_radians);
452 const T c1 = cos(yaw);
453 const T s1 = sin(yaw);
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Quaternion.java 236 * angles (y,r,p). Note that we are applying in order: roll, pitch, yaw but
240 * @param yaw
241 * the Euler yaw of rotation (in radians). (aka Bank, often rot
250 public Quaternion fromAngles(float yaw, float roll, float pitch) {
259 angle = yaw * 0.5f;
280 * rotation angles (yaw,roll,pitch).<br/>
313 angles[0] = FastMath.atan2(2 * x * w - 2 * y * z, -sqx + sqy - sqz + sqw); // yaw or bank
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Spatial.java 986 * Rotates the spatial by the yaw, roll and pitch angles (in radians),
991 public Spatial rotate(float yaw, float roll, float pitch) {
994 q.fromAngles(yaw, roll, pitch);
    [all...]
  /external/chromium_org/third_party/gpsd/release-3.1/
gps.h 1494 double yaw; member in struct:attitude_t
    [all...]

Completed in 1740 milliseconds