FrameDebugValues
data class FrameDebugValues(val cameraPosition: Point3, val planes: List<Plane>, val cameraSpaceToFrameSpace: Matrix4x4, val frameSpaceToWorldSpace: Matrix4x4, val cameraSpaceToWorldSpace: Matrix4x4, val orientationDegrees: Float, val timestamp: Long, val lightEstimatePixelIntensity: Float, val lightEstimateColorCorrection: List<Float>, val featurePoints: List<FeaturePoint>)
Constructors
Link copied to clipboard
constructor(cameraPosition: Point3, planes: List<Plane>, cameraSpaceToFrameSpace: Matrix4x4, frameSpaceToWorldSpace: Matrix4x4, cameraSpaceToWorldSpace: Matrix4x4, orientationDegrees: Float, timestamp: Long, lightEstimatePixelIntensity: Float, lightEstimateColorCorrection: List<Float>, featurePoints: List<FeaturePoint>)