Point.OrientationMode
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."],[[["`Point.OrientationMode` is an enum that indicates the point orientation mode in ARCore."],["It offers two modes: `ESTIMATED_SURFACE_NORMAL` where orientation follows the surface normal at the hit location, and `INITIALIZED_TO_IDENTITY` where it starts as identity but may drift."],["`ESTIMATED_SURFACE_NORMAL` mode uses the same behavior as described in `HitResult.getHitPose()`."],["This enum inherits various methods from `java.lang.Enum`, `java.lang.Object`, `java.lang.constant.Constable`, and `java.lang.Comparable` for object manipulation and comparison."]]],["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"]]