findMinimumVolumeBox

fun findMinimumVolumeBox(angleStep: Float = 1.0f, boundOffset: Vector3 = Vector3(0f, 0f, 0f)): PLYProcessing.BoxResult

Computes the minimum volume bounding box by rotating the point cloud around the Y axis. Returns the box center in the original orientation, the rotation angle applied and the extent of the box.