Type Alias: Image360IconIntersection<T>
Image360IconIntersection<
T> =object
Defined in: packages/api/src/public/migration/types.ts:315
Type Parameters
T
T extends DataSourceType = DataSourceType
Properties
distanceToCamera
distanceToCamera:
number
Defined in: packages/api/src/public/migration/types.ts:335
Distance from the camera to the intersection.
image360
image360:
Image360<T>
Defined in: packages/api/src/public/migration/types.ts:323
The image360 that was intersected.
image360Collection
image360Collection:
Image360Collection<T>
Defined in: packages/api/src/public/migration/types.ts:327
The image360 collection that was intersected.
point
point:
Vector3
Defined in: packages/api/src/public/migration/types.ts:331
Coordinate of the intersection.
type
type:
"image360Icon"
Defined in: packages/api/src/public/migration/types.ts:319
The intersection type.