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
object LiGScanner : EngineResultsListener

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
class SdkException(val code: Int) : Exception

Sdk exception

Link copied to clipboard
open class Transform : Matrix4x4

Transform matrix which translation and rotation can be used for origin node in AR Session

Link copied to clipboard

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
open class Vector3 : Parcelable

Vector3

Link copied to clipboard
open class Vector4 : Parcelable

Vector4