Class ARWorldAlignment


  • public final class ARWorldAlignment
    extends java.lang.Object
    Enum constants for indicating the world alignment.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Camera
      Aligns the world with the camera’s orientation.
      static long Gravity
      Aligns the world with gravity that is defined by vector (0, -1, 0).
      static long GravityAndHeading
      Aligns the world with gravity that is defined by the vector (0, -1, 0) and heading (w.r.t.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Gravity

        public static final long Gravity
        Aligns the world with gravity that is defined by vector (0, -1, 0).
        See Also:
        Constant Field Values
      • GravityAndHeading

        public static final long GravityAndHeading
        Aligns the world with gravity that is defined by the vector (0, -1, 0) and heading (w.r.t. True North) that is given by the vector (0, 0, -1).
        See Also:
        Constant Field Values
      • Camera

        public static final long Camera
        Aligns the world with the camera’s orientation.
        See Also:
        Constant Field Values