Codota Logo
Quaternion.setEuler
Code IndexAdd Codota to your IDE (free)

How to use
setEuler
method
in
us.ihmc.euclid.tuple4D.Quaternion

Best Java code snippets using us.ihmc.euclid.tuple4D.Quaternion.setEuler (Showing top 3 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
Connection c =
  • Codota IconDataSource dataSource;dataSource.getConnection()
  • Codota IconString url;DriverManager.getConnection(url)
  • Codota IconIdentityDatabaseUtil.getDBConnection()
  • Smart code suggestions by Codota
}
origin: us.ihmc/ihmc-humanoid-behaviors

  @Override
  protected void setBehaviorInput()
  {
   Quaternion rot = new Quaternion();
   rot.setEuler(0, 0, Math.toRadians(-10));
   ChestTrajectoryMessage chestOrientationPacket = HumanoidMessageTools.createChestTrajectoryMessage(2, rot, referenceFrames.getPelvisZUpFrame());
   yawChestBehavior.setInput(chestOrientationPacket);
   publishTextToSpeack("Setting Chest Yaw");
   currentState = BasicStates.YAW_CHEST;
  }
};
origin: us.ihmc/euclid-test

actualQuaternion.setEuler(eulerAngles);
EuclidCoreTestTools.assertQuaternionGeometricallyEquals(expectedQuaternion, actualQuaternion, EPS);
origin: us.ihmc/euclid-test

assertEquals(initialFrame, frameQuaternion.getReferenceFrame());
frameQuaternion.setEulerIncludingFrame(newFrame, eulerAngles);
quaternion.setEuler(eulerAngles);
assertEquals(newFrame, frameQuaternion.getReferenceFrame());
EuclidCoreTestTools.assertTuple4DEquals(quaternion, frameQuaternion, EPSILON);
assertEquals(initialFrame, frameQuaternion.getReferenceFrame());
frameQuaternion.setEulerIncludingFrame(newFrame, rotX, rotY, rotZ);
quaternion.setEuler(rotX, rotY, rotZ);
assertEquals(newFrame, frameQuaternion.getReferenceFrame());
EuclidCoreTestTools.assertTuple4DEquals(quaternion, frameQuaternion, EPSILON);
us.ihmc.euclid.tuple4DQuaternionsetEuler

Popular methods of Quaternion

  • <init>
  • set
  • getS
  • getX
  • getY
  • getZ
  • multiply
  • setYawPitchRoll
  • getYaw
  • applyTransform
  • epsilonEquals
  • transform
  • epsilonEquals,
  • transform,
  • appendRollRotation,
  • equals,
  • get,
  • interpolate,
  • multiplyConjugateOther,
  • normalize,
  • setRotationVector,
  • appendPitchRotation

Popular in Java

  • Creating JSON documents from java classes using gson
  • addToBackStack (FragmentTransaction)
  • getContentResolver (Context)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • ArrayList (java.util)
    Resizable-array implementation of the List interface. Implements all optional list operations, and p
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • Set (java.util)
    A collection that contains no duplicate elements. More formally, sets contain no pair of elements e1
  • Handler (java.util.logging)
    A Handler object accepts a logging request and exports the desired messages to a target, for example
  • Get (org.apache.hadoop.hbase.client)
    Used to perform Get operations on a single row. To get everything for a row, instantiate a Get objec
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now