PLYMetadata
constructor(vertexCount: Int = 0, weight: Float? = null, palletCount: Int = 1, dimensions: Point3? = Point3(
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<BaseBarcode> = emptyList(), frameDebugValues: FrameDebugValues? = null)
constructor(vertexCount: Int, weight: Float?, palletCount: Int, dimensions: Point3, location: LocationData? = null, barcodes: List<BaseBarcode> = emptyList())