Skip to main content
Version: Next

Type Alias: Image360IconIntersection<T>

Image360IconIntersection<T> = object

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

Type Parameters

T

T extends DataSourceType = DataSourceType

Properties

distanceToCamera

distanceToCamera: number

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

Distance from the camera to the intersection.


image360

image360: Image360<T>

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

The image360 that was intersected.


image360Collection

image360Collection: Image360Collection<T>

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

The image360 collection that was intersected.


point

point: Vector3

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

Coordinate of the intersection.


type

type: "image360Icon"

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

The intersection type.