BoundingBox

interface BoundingBox

Represents the bounding box around a ScannedObject, in camera-space coordinates (0.0 ... 1.0).

Convert to view-space using PreviewView.convertCameraPointToViewPoint(...).

Properties

height

height: number

The height of the bounding box.


width

width: number

The width of the bounding box.


x

x: number

The minimum X coordinate.


y

y: number

The minimum Y coordinate.

On this page