PLYMetadata

@Serializable
data class PLYMetadata(val vertexCount: Int = 0, val weight: Float? = null, val palletCount: Int = 1, val dimensions: Vector3? = Vector3( 0f, 0f, 0f ), val volume: Float? = null, val volumeRotationMatrix: List<List<Float>>? = listOf( listOf(1f, 0f, 0f), listOf(0f, 1f, 0f), listOf(0f, 0f, 1f) ), val estFreightClass: String? = null, val location: LocationData? = null, val barcodes: List<BarcodeData> = emptyList(), val frameDebugValues: FrameDebugValues? = null)

Constructors

Link copied to clipboard
constructor(vertexCount: Int = 0, weight: Float? = null, palletCount: Int = 1, dimensions: Vector3? = Vector3( 0f, 0f, 0f ), volume: Float? = null, volumeRotationMatrix: List<List<Float>>? = listOf( listOf(1f, 0f, 0f), listOf(0f, 1f, 0f), listOf(0f, 0f, 1f) ), estFreightClass: String? = null, location: LocationData? = null, barcodes: List<BarcodeData> = emptyList(), frameDebugValues: FrameDebugValues? = null)
constructor(vertexCount: Int, weight: Float?, palletCount: Int, dimensions: Vector3, location: LocationData? = null, barcodes: List<BarcodeData> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
val depth: Float?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val width: Float?

Functions

Link copied to clipboard