Point.OrientationMode
Stay organized with collections
Save and categorize content based on your preferences.
outlined_flag
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.
Indicates the point orientation mode.
Inherited Methods
From class
java.lang.Enum
From class
java.lang.Object
Object
clone ()
boolean
void
finalize ()
final
Class <?>
getClass ()
int
hashCode ()
final
void
notify ()
final
void
notifyAll ()
String
toString ()
final
void
wait (long arg0, int arg1)
final
void
wait (long arg0)
final
void
wait ()
From interface
java.lang.constant.Constable
abstract
Optional<? extends ConstantDesc>
describeConstable ()
From interface
java.lang.Comparable
Enum Values
public
static
final
Point.OrientationMode
ESTIMATED_SURFACE_NORMAL
ESTIMATED_SURFACE_NORMAL
public static final Point . OrientationMode ESTIMATED_SURFACE_NORMAL
public
static
final
Point.OrientationMode
INITIALIZED_TO_IDENTITY
INITIALIZED_TO_IDENTITY
public static final Point . OrientationMode INITIALIZED_TO_IDENTITY
Point orientation is initialized to identity but may adjust slightly over time.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[],["The document details `Point.OrientationMode`, an enum for point orientation. It lists inherited methods from `java.lang.Enum`, `java.lang.Object`, `java.lang.constant.Constable`, and `java.lang.Comparable`, including actions like `compareTo`, `equals`, `hashCode`, `toString`, and `clone`. Two enum values are defined: `ESTIMATED_SURFACE_NORMAL`, where orientation follows `HitResult.getHitPose()` and `INITIALIZED_TO_IDENTITY`, where orientation starts as identity and may slightly change later.\n"]]