Skip to main content
Version: Next

Type Alias: Image360IconIntersection<T>

Image360IconIntersection<T> = object

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

Type Parameters

T

T extends DataSourceType = DataSourceType

Properties

distanceToCamera

distanceToCamera: number

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

Distance from the camera to the intersection.


image360

image360: Image360<T>

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

The image360 that was intersected.


image360Collection

image360Collection: Image360Collection<T>

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

The image360 collection that was intersected.


point

point: Vector3

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

Coordinate of the intersection.


type

type: "image360Icon"

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

The intersection type.