Class ARPlaneDetection


  • public final class ARPlaneDetection
    extends java.lang.Object
    Option set indicating the type of planes to detect.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Horizontal
      Plane detection determines horizontal planes in the scene.
      static long None
      No plane detection is run.
      static long Vertical
      Plane detection determines vertical planes in the scene.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Horizontal

        public static final long Horizontal
        Plane detection determines horizontal planes in the scene.
        See Also:
        Constant Field Values
      • Vertical

        public static final long Vertical
        Plane detection determines vertical planes in the scene.
        See Also:
        Constant Field Values