Dockware Scan
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Dockware Scan
dockware-core
/
ai.dockware.core.scanning.validation
/
SnapshotValidator
/
SnapshotInfo
Snapshot
Info
data
class
SnapshotInfo
(
val
index
:
Int
,
val
timestamp
:
Long
,
val
cameraPosition
:
Point3
)
Members
Constructors
Snapshot
Info
Link copied to clipboard
constructor
(
index
:
Int
,
timestamp
:
Long
,
cameraPosition
:
Point3
)
Properties
camera
Position
Link copied to clipboard
val
cameraPosition
:
Point3
index
Link copied to clipboard
val
index
:
Int
timestamp
Link copied to clipboard
val
timestamp
:
Long