Transform
Represents a 3D transformation (position and rotation) for AR applications.
This class provides easy access to the position and rotation components of objects in 3D space. It is commonly used to represent the pose (position and orientation) of LigTag devices in AR applications.
For advanced users who need the raw 4x4 transformation matrix, use the toMatrix() method to get a FloatArray compatible with AR frameworks.
Constructors
Types
CREATOR
Link copied to clipboard
Functions
describe Contents
Link copied to clipboard
to Matrix
Link copied to clipboard
Returns the 4x4 transformation matrix as a FloatArray.
write To Parcel
Link copied to clipboard