Searched refs:Box3D (Results 1 – 6 of 6) sorted by relevance
17 import {Box3D} from 'common/geometry/box3d';23 boundingBox: Box3D;
18 import {Box3D} from 'common/geometry/box3d';64 private previousBoundingBox: Box3D | undefined;177 let boundingBox: Box3D | undefined;483 private computeBoundingBox(rects: UiRect3D[], labels: RectLabel[]): Box3D {
18 import {Box3D} from 'common/geometry/box3d';45 let boundingBox: Box3D;889 function makeBoundingBox(): Box3D {
18 import {Box3D} from 'common/geometry/box3d';113 updateViewPosition(camera: Camera, bounds: Box3D, zDepth: number) {
31 import {Box3D} from 'common/geometry/box3d';67 let updateViewPositionSpy: jasmine.Spy<(camera: Camera, box: Box3D) => void>;
22 export interface Box3D { interface