Package-level declarations
Types
Link copied to clipboard
data class LightID(val status: Int, val coordinateX: Float, val coordinateY: Float, val isDetected: Boolean, val deviceId: Long, val detectionTime: Long, val decodedTime: Long, val isReady: Boolean, val rotation: Vector3, val translation: Vector3, val position: Vector3) : Parcelable
LightID represents a LigTag device and carries information about its status.
Link copied to clipboard
LiGScanner is the main class of the LiG Scanner SDK. You can use this class to initialize the scanner SDK and start scanning.
Link copied to clipboard
Sdk exception
Link copied to clipboard
Transform matrix which translation and rotation can be used for origin node in AR Session
Link copied to clipboard
object Transformation
Transformation is the tool to consume current camera pose and return Transform matrix for anchor of origin node in AR Session
Link copied to clipboard
Vector3
Link copied to clipboard
Vector4