Skip to main content
Version: Next

Type Alias: Image360IconIntersection<T>

Image360IconIntersection<T> = object

Defined in: packages/api/src/public/migration/types.ts:351

Type Parameters​

T​

T extends DataSourceType = DataSourceType

Properties​

distanceToCamera​

distanceToCamera: number

Defined in: packages/api/src/public/migration/types.ts:371

Distance from the camera to the intersection.


image360​

image360: Image360<T>

Defined in: packages/api/src/public/migration/types.ts:359

The image360 that was intersected.


image360Collection​

image360Collection: Image360Collection<T>

Defined in: packages/api/src/public/migration/types.ts:363

The image360 collection that was intersected.


point​

point: Vector3

Defined in: packages/api/src/public/migration/types.ts:367

Coordinate of the intersection.


type​

type: "image360Icon"

Defined in: packages/api/src/public/migration/types.ts:355

The intersection type.