Searched refs:computeBoundingBox (Results 1 – 1 of 1) sorted by relevance
193 boundingBox = this.computeBoundingBox(rects3d, labels3d);198 boundingBox ?? this.computeBoundingBox(rects3d, labels3d);478 private computeBoundingBox(rects: UiRect3D[], labels: RectLabel[]): Box3D { method in Mapper3D