Point.OrientationMode

  • Point.OrientationMode is an enum that indicates the point orientation mode.

  • It includes methods inherited from java.lang.Enum, java.lang.Object, java.lang.constant.Constable, and java.lang.Comparable.

  • The enum has two values: ESTIMATED_SURFACE_NORMAL and INITIALIZED_TO_IDENTITY.

  • ESTIMATED_SURFACE_NORMAL follows the behavior described in HitResult.getHitPose().

  • INITIALIZED_TO_IDENTITY starts with an identity orientation but might change slightly over time.

public static final enum Point.OrientationMode

Indicates the point orientation mode.

Inherited Methods

Enum Values

ESTIMATED_SURFACE_NORMAL

public static final Point.OrientationMode ESTIMATED_SURFACE_NORMAL

Point orientation will follow the behavior described in HitResult.getHitPose().

INITIALIZED_TO_IDENTITY

public static final Point.OrientationMode INITIALIZED_TO_IDENTITY

Point orientation is initialized to identity but may adjust slightly over time.