Class ARHitTestResultType


  • public final class ARHitTestResultType
    extends java.lang.Object
    Option set of hit-test result types.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long EstimatedHorizontalPlane
      Result type from intersecting a horizontal plane estimate, determined for the current frame.
      static long EstimatedVerticalPlane
      Result type from intersecting a vertical plane estimate, determined for the current frame.
      static long ExistingPlane
      Result type from intersecting with an existing plane anchor.
      static long ExistingPlaneUsingExtent
      Result type from intersecting with an existing plane anchor, taking into account the plane’s extent.
      static long ExistingPlaneUsingGeometry
      Result type from intersecting with an existing plane anchor, taking into account the plane’s geometry.
      static long FeaturePoint
      Result type from intersecting the nearest feature point.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • FeaturePoint

        public static final long FeaturePoint
        Result type from intersecting the nearest feature point.
        See Also:
        Constant Field Values
      • EstimatedHorizontalPlane

        public static final long EstimatedHorizontalPlane
        Result type from intersecting a horizontal plane estimate, determined for the current frame.
        See Also:
        Constant Field Values
      • ExistingPlane

        public static final long ExistingPlane
        Result type from intersecting with an existing plane anchor.
        See Also:
        Constant Field Values
      • ExistingPlaneUsingExtent

        public static final long ExistingPlaneUsingExtent
        Result type from intersecting with an existing plane anchor, taking into account the plane’s extent.
        See Also:
        Constant Field Values
      • EstimatedVerticalPlane

        public static final long EstimatedVerticalPlane
        Result type from intersecting a vertical plane estimate, determined for the current frame.
        See Also:
        Constant Field Values
      • ExistingPlaneUsingGeometry

        public static final long ExistingPlaneUsingGeometry
        Result type from intersecting with an existing plane anchor, taking into account the plane’s geometry.
        See Also:
        Constant Field Values