Package apple.arkit.enums
Class ARHitTestResultType
- java.lang.Object
-
- apple.arkit.enums.ARHitTestResultType
-
public final class ARHitTestResultType extends java.lang.ObjectOption set of hit-test result types.
-
-
Field Summary
Fields Modifier and Type Field Description static longEstimatedHorizontalPlaneResult type from intersecting a horizontal plane estimate, determined for the current frame.static longEstimatedVerticalPlaneResult type from intersecting a vertical plane estimate, determined for the current frame.static longExistingPlaneResult type from intersecting with an existing plane anchor.static longExistingPlaneUsingExtentResult type from intersecting with an existing plane anchor, taking into account the plane’s extent.static longExistingPlaneUsingGeometryResult type from intersecting with an existing plane anchor, taking into account the plane’s geometry.static longFeaturePointResult type from intersecting the nearest feature point.
-
-
-
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
-
-