Class ARRaycastTarget


  • public final class ARRaycastTarget
    extends java.lang.Object
    A value describing the target of a ray used for raycasting.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long EstimatedPlane
      Ray's target is a plane that is estimated using the feature points around the ray.
      static long ExistingPlaneGeometry
      Ray's target is an already detected plane, considering the plane's estimated size and shape.
      static long ExistingPlaneInfinite
      Ray's target is an already detected plane, without considering the plane's size.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ExistingPlaneGeometry

        public static final long ExistingPlaneGeometry
        Ray's target is an already detected plane, considering the plane's estimated size and shape.
        See Also:
        Constant Field Values
      • ExistingPlaneInfinite

        public static final long ExistingPlaneInfinite
        Ray's target is an already detected plane, without considering the plane's size.
        See Also:
        Constant Field Values
      • EstimatedPlane

        public static final long EstimatedPlane
        Ray's target is a plane that is estimated using the feature points around the ray. When alignment is ARRaycastTargetAlignmentAny, alignment of estimated planes is based on the normal of the real world surface corresponding to the estimated plane.
        See Also:
        Constant Field Values